@import url(../../../../components/com_baforms/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 */ @keyframes bounceInLeft { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(-3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(25px, 0, 0); } 75% { transform: translate3d(-10px, 0, 0); } 90% { transform: translate3d(5px, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .bounceInLeft, .bounceInLeft { animation-name: bounceInLeft; } /* /* fadeinleft */ @keyframes fadeInLeft { 0% { opacity: 0; transform: translate3d(-5%, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInLeft, .fadeInLeft { animation-name: fadeInLeft; } /* /* bounceInRight */ @keyframes bounceInRight { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(3000px, 0, 0); } 60% { opacity: 1; transform: translate3d(-25px, 0, 0); } 75% { transform: translate3d(10px, 0, 0); } 90% { transform: translate3d(-5px, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .bounceInRight, .bounceInRight { animation-name: bounceInRight; } /* /* fadeInRight */ @keyframes fadeInRight { 0% { opacity: 0; transform: translate3d(5%, 0, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInRight, .fadeInRight { animation-name: fadeInRight; } /* /* zoomIn */ @keyframes zoomIn { 0% { opacity: 0; transform: scale3d(.85, .85, .85); } 100% { opacity: 1; } } .ba-item-content-slider .active .zoomIn, .zoomIn { animation-name: zoomIn; } /* /* fadeIn */ @keyframes fadeIn { 0% { opacity: 0; } 100% { opacity: 1; } } .ba-item-content-slider .active .fadeIn, .fadeIn { animation-name: fadeIn; } /* /* bounceIn */ .ba-item-content-slider .active .bounceIn, .animated.bounceIn { animation-duration: .75s; } @keyframes bounceIn { 0%, 20%, 40%, 60%, 80%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: scale3d(.3, .3, .3); } 20% { transform: scale3d(1.1, 1.1, 1.1); } 40% { transform: scale3d(.9, .9, .9); } 60% { opacity: 1; transform: scale3d(1.03, 1.03, 1.03); } 80% { transform: scale3d(.97, .97, .97); } 100% { opacity: 1; transform: scale3d(1, 1, 1); } } .ba-item-content-slider .active .bounceIn, .bounceIn { animation-name: bounceIn; } /* /* bounceInUp */ @keyframes bounceInUp { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(0, 200px, 0); } 60% { opacity: 1; transform: translate3d(0, -20px, 0); } 75% { transform: translate3d(0, 10px, 0); } 90% { transform: translate3d(0, -5px, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } } .ba-item-content-slider .active .bounceInUp, .bounceInUp { animation-name: bounceInUp; } /* /* bounceInBottom */ @keyframes bounceInBottom { 0%, 60%, 75%, 90%, 100% { animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); } 0% { opacity: 0; transform: translate3d(0, -200px, 0); } 60% { opacity: 1; transform: translate3d(0, 20px, 0); } 75% { transform: translate3d(0, -10px, 0); } 90% { transform: translate3d(0, 5px, 0); } 100% { opacity: 1; transform: translate3d(0, 0, 0); } } .ba-item-content-slider .active .bounceInBottom, .bounceInBottom { animation-name: bounceInBottom; } /* /* fadeInUp */ @keyframes fadeInUp { 0% { opacity: 0; transform: translate3d(0, 10%, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInUp, .fadeInUp { animation-name: fadeInUp; } /* /* fadeInBottom */ @keyframes fadeInBottom { 0% { opacity: 0; transform: translate3d(0, -10%, 0); } 100% { opacity: 1; transform: none; } } .ba-item-content-slider .active .fadeInBottom, .fadeInBottom { animation-name: fadeInBottom; }.ba-image-item-caption, .ba-simple-gallery-caption { opacity: 0; } .ba-item-image .ba-image-wrapper.visible-image-caption .ba-image-item-caption, .ba-item-overlay-section .ba-image-wrapper:hover .ba-image-item-caption, .ba-item-image .ba-image-wrapper:hover .ba-image-item-caption, .ba-instagram-image:hover .ba-simple-gallery-caption { opacity: 1; } .ba-item-image .ba-image-wrapper.visible-image-caption .ba-image-item-caption, .ba-item-image .ba-image-wrapper.visible-image-caption:hover img { transform: none !important; } .ba-circle-bottom-right .ba-caption-overlay, .ba-circle-top-left .ba-caption-overlay { border-radius: 50%; bottom: -25% !important; left: -25% !important; position: absolute; right: -25% !important; top: -25% !important; } .ba-item-overlay-section img, .ba-image-item-caption, .ba-item-image .ba-image-wrapper img, .ba-image-item-caption .ba-caption-overlay, .ba-instagram-image .ba-caption-overlay, .ba-simple-gallery-caption { transition-duration: inherit; transition-property: all; } /* Animation Circle Top Left Effect */ .ba-circle-top-left.ba-image-wrapper:not(:hover) .ba-image-item-caption, .ba-circle-top-left .ba-instagram-image:not(:hover) .ba-simple-gallery-caption { transform: translateX(130%)translateY(130%); } /* Animation Circle Down Right Effect */ .ba-circle-bottom-right.ba-image-wrapper:not(:hover) .ba-image-item-caption, .ba-circle-bottom-right .ba-instagram-image:not(:hover) .ba-simple-gallery-caption { transform: translateX(-130%)translateY(-130%); } /* Animation Zoom Center Effect */ .ba-image-zoom-center.ba-image-wrapper:hover img, .ba-image-zoom-center .ba-instagram-image:hover .ba-simple-gallery-image { transform: scale(1.25); } .ba-image-zoom-center.ba-image-wrapper:hover img, .ba-image-zoom-center .ba-instagram-image:hover .ba-simple-gallery-image, .ba-image-rotate-right.ba-image-wrapper:hover img, .ba-image-rotate-right .ba-instagram-image:hover .ba-simple-gallery-image { transition-delay: inherit; } /* Animation Rotate Right Effect */ .ba-image-rotate-right.ba-image-wrapper:hover img, .ba-image-rotate-right .ba-instagram-image:hover .ba-simple-gallery-image { transform: scale(1.6) rotate(10deg); } /* Animation Shutter Out Diagonal Effect */ .ba-shutter-out-diagonal.ba-image-wrapper:hover .ba-caption-overlay, .ba-shutter-out-diagonal .ba-instagram-image:hover .ba-caption-overlay { transform: skewX(45deg) scaleX(2); } .ba-shutter-out-diagonal.ba-image-wrapper .ba-caption-overlay, .ba-shutter-out-diagonal .ba-instagram-image .ba-caption-overlay { transform: skewX(45deg) scaleX(.0001); }#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 30px;padding-left : 0px;padding-right : 0px;padding-top : 80px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: url(https://eppm.com.br/images/compressed/cabecalho/4.webp);}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: url(https://eppm.com.br/images/compressed/cabecalho/4.webp);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 30px; height: 30px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 80px; height: 80px;}#item-15263367090 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 30px;padding-left : 0px;padding-right : 0px;padding-top : 80px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: url(https://eppm.com.br/images/compressed/laptop/cabecalho/4.webp);}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: url(https://eppm.com.br/images/compressed/laptop/cabecalho/4.webp);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 30px; height: 30px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 80px; height: 80px;}}@media (max-width: 768px) {#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: url(https://eppm.com.br/images/compressed/tablet/cabecalho/4.webp);}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: url(https://eppm.com.br/images/compressed/tablet/cabecalho/4.webp);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: url(https://eppm.com.br/images/compressed/tablet-portrait/cabecalho/4.webp);}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: url(https://eppm.com.br/images/compressed/phone/cabecalho/4.webp);}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367090.visible {opacity: 1;}#item-15263367090 > .parallax-wrapper .parallax {background-image: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367090 > .ba-overlay {background-color: rgba(201, 150, 91, 0.79);background-image: none}#item-15263367090 > .ba-video-background {display: none;}#item-15263367090 {background-image: url(https://eppm.com.br/images/compressed/phone-portrait/cabecalho/4.webp);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367090 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 130px;padding-right : 130px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 130px; height: 130px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 130px; height: 130px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}#item-15270191691950 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 130px;padding-right : 130px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 130px; height: 130px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 130px; height: 130px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 25px;padding-right : 25px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 768px) {#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 25px;padding-right : 25px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 480px) {#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 25px;padding-right : 25px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-color: rgba(255, 255, 255, 1);background-image: none;box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}@media (max-width: 480px) {#item-15270191691950 {border-bottom-width : 0;border-color : #000000;border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 10px;padding-left : 5px;padding-right : 5px;padding-top : 10px;}#item-15270191691950.visible {opacity: 1;}#item-15270191691950 > .parallax-wrapper .parallax {background-image: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15270191691950 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15270191691950 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15270191691950 > .ba-video-background {display: none;}#item-15270191691950 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.15);}#item-15270191691950 > .ba-box-model:before {height: 0px;top: 0;}#item-15270191691950 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15270191691950 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15270191691950 > .ba-box-model .ba-bm-left {width: 5px; height: 5px;}#item-15270191691950 > .ba-box-model .ba-bm-right {width: 5px; height: 5px;}#item-15270191691950 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-15739517668685] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-15739517668685] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-15739517668685] {background-color: var(--overlay);}#item-15739517668685 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15739517668685 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739517668685.visible {opacity: 1;}#item-15739517668685 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668685 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668685 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668685 > .ba-video-background {display: none;}#item-15739517668685 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739517668685 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739517668685 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739517668685 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16509305203415] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16509305203415] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16509305203415] {background-color: var(--overlay);}#item-16509305203415 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16509305203415 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305203415.visible {opacity: 1;}#item-16509305203415 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203415 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203415 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203415 > .ba-video-background {display: none;}#item-16509305203415 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305203415 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305203415 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305203415 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-15739507829718] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-15739507829718] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-15739507829718] {background-color: var(--overlay);}#item-15739507829718 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15739507829718 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15739507829718.visible {opacity: 1;}#item-15739507829718 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829718 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829718 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829718 > .ba-video-background {display: none;}#item-15739507829718 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15739507829718 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15739507829718 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15739507829718 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-15962918413373] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-15962918413373] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-15962918413373] {background-color: var(--overlay);}#item-15962918413373 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15962918413373 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15962918413373.visible {opacity: 1;}#item-15962918413373 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413373 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413373 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413373 > .ba-video-background {display: none;}#item-15962918413373 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15962918413373 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15962918413373 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15962918413373 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16200384652351] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16200384652351] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16200384652351] {background-color: var(--overlay);}#item-16200384652351 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16200384652351 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200384652351.visible {opacity: 1;}#item-16200384652351 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652351 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652351 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652351 > .ba-video-background {display: none;}#item-16200384652351 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200384652351 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200384652351 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200384652351 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16004618314511] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16004618314511] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16004618314511] {background-color: var(--overlay);}#item-16004618314511 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16004618314511 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004618314511.visible {opacity: 1;}#item-16004618314511 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314511 > .ba-video-background {display: none;}#item-16004618314511 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004618314511 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004618314511 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004618314511 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16004622940441] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16004622940441] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16004622940441] {background-color: var(--overlay);}#item-16004622940441 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16004622940441 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16004622940441.visible {opacity: 1;}#item-16004622940441 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940441 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940441 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940441 > .ba-video-background {display: none;}#item-16004622940441 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16004622940441 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16004622940441 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16004622940441 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-15995962025831] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-15995962025831] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-15995962025831] {background-color: var(--overlay);}#item-15995962025831 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-15995962025831 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-15995962025831.visible {opacity: 1;}#item-15995962025831 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025831 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025831 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025831 > .ba-video-background {display: none;}#item-15995962025831 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-15995962025831 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15995962025831 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15995962025831 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16509305369285] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16509305369285] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16509305369285] {background-color: var(--overlay);}#item-16509305369285 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16509305369285 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16509305369285.visible {opacity: 1;}#item-16509305369285 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369285 > .ba-video-background {display: none;}#item-16509305369285 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16509305369285 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16509305369285 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16509305369285 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16200616911781] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16200616911781] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16200616911781] {background-color: var(--overlay);}#item-16200616911781 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16200616911781 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16200616911781.visible {opacity: 1;}#item-16200616911781 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911781 > .ba-video-background {display: none;}#item-16200616911781 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16200616911781 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16200616911781 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16200616911781 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16551353615775] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16551353615775] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16551353615775] {background-color: var(--overlay);}#item-16551353615775 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16551353615775 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16551353615775.visible {opacity: 1;}#item-16551353615775 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615775 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615775 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615775 > .ba-video-background {display: none;}#item-16551353615775 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16551353615775 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16551353615775 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16551353615775 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}.ba-overlay-section-backdrop[data-id=item-17254663151] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-17254663151] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-17254663151] {background-color: var(--overlay);}#item-17254663151 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 768px) {#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 768px) {#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 480px) {#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}@media (max-width: 480px) {#item-17254663151 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 450px;padding-bottom : 50px;padding-left : 20px;padding-right : 20px;padding-top : 50px;}#item-17254663151.visible {opacity: 1;}#item-17254663151 > .parallax-wrapper .parallax {background-image: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663151 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663151 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663151 > .ba-video-background {display: none;}#item-17254663151 {background-color: rgba(237, 192, 130, 1);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-17254663151 > .ba-box-model .ba-bm-bottom {width: 50px; height: 50px;}#item-17254663151 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17254663151 > .ba-box-model .ba-bm-top {width: 50px; height: 50px;}}#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16696377900487] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16696377900487] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16696377900487] {background-color: var(--overlay);}#item-16696377900487 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16696377900487 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16696377900487.visible {opacity: 1;}#item-16696377900487 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900487 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900487 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900487 > .ba-video-background {display: none;}#item-16696377900487 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16696377900487 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16696377900487 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16696377900487 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16774988248881] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16774988248881] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16774988248881] {background-color: var(--overlay);}#item-16774988248881 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16774988248881 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16774988248881.visible {opacity: 1;}#item-16774988248881 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248881 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248881 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248881 > .ba-video-background {display: none;}#item-16774988248881 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16774988248881 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16774988248881 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16774988248881 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16781016304171] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16781016304171] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16781016304171] {background-color: var(--overlay);}#item-16781016304171 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16781016304171 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16781016304171.visible {opacity: 1;}#item-16781016304171 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304171 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304171 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304171 > .ba-video-background {display: none;}#item-16781016304171 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16781016304171 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16781016304171 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16781016304171 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}.ba-overlay-section-backdrop[data-id=item-16805220421080] .close-overlay-section {color: var(--icon);text-align: right;}body.gridbox .ba-overlay-section-backdrop[data-id=item-16805220421080] > .ba-overlay-section-close {background-color: var(--overlay);}body:not(.gridbox) .ba-overlay-section-backdrop[data-id=item-16805220421080] {background-color: var(--overlay);}#item-16805220421080 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 768px) {#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}@media (max-width: 480px) {#item-16805220421080 {border-bottom-width : 2px;border-color : rgba(156, 2, 2, 1);border-left-width : 2px;border-radius : 0px;border-right-width : 2px;border-style : solid;border-top-width : 2px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 250px;display : block;width: 750px;padding-bottom : 10px;padding-left : 20px;padding-right : 20px;padding-top : 35px;}#item-16805220421080.visible {opacity: 1;}#item-16805220421080 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421080 > .ba-video-background {display: none;}#item-16805220421080 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 30px 60px 0 var(--shadow);}#item-16805220421080 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-16805220421080 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-16805220421080 > .ba-box-model .ba-bm-top {width: 35px; height: 35px;}}#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263367091 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367091.visible {opacity: 1;}#item-15263367091 > .parallax-wrapper .parallax {background-image: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367091 > .ba-video-background {display: none;}#item-15263367091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367091 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367091 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15276218700 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15276218700 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218700.visible {opacity: 1;}#item-15276218700 > .parallax-wrapper .parallax {background-image: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218700 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218700 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218700 > .ba-video-background {display: none;}#item-15276218700 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218700 > .ba-box-model:before {height: 25px;top: 0;}#item-15276218700 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15276218700 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218700 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15845609820 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15845609820 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15845609820.visible {opacity: 1;}#item-15845609820 > .parallax-wrapper .parallax {background-image: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609820 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609820 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609820 > .ba-video-background {display: none;}#item-15845609820 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609820 > .ba-box-model:before {height: 25px;top: 0;}#item-15845609820 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15845609820 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15845609820 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15288951475120 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475120 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475120.visible {opacity: 1;}#item-15288951475120 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475120 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475120 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475120 > .ba-video-background {display: none;}#item-15288951475120 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15288951475120 > .ba-box-model:before {height: 25px;top: -4px;}#item-15288951475120 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15288951475120 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475120 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739517668686 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668686 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668686.visible {opacity: 1;}#item-15739517668686 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668686 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668686 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668686 > .ba-video-background {display: none;}#item-15739517668686 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668686 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668686 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668686 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668686 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739517668688 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668688 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668688.visible {opacity: 1;}#item-15739517668688 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668688 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668688 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668688 > .ba-video-background {display: none;}#item-15739517668688 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668688 > .ba-box-model:before {height: 5px;top: 0;}#item-15739517668688 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739517668688 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668688 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840170649530 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649530 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649530.visible {opacity: 1;}#item-15840170649530 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649530 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649530 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649530 > .ba-video-background {display: none;}#item-15840170649530 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840170649530 > .ba-box-model:before {height: 5px;top: 0;}#item-15840170649530 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840170649530 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649530 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936984647020 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647020 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647020.visible {opacity: 1;}#item-15936984647020 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647020 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647020 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647020 > .ba-video-background {display: none;}#item-15936984647020 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936984647020 > .ba-box-model:before {height: 5px;top: 0;}#item-15936984647020 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936984647020 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647020 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870386031330 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031330.visible {opacity: 1;}#item-15870386031330 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031330 > .ba-video-background {display: none;}#item-15870386031330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870386031330 > .ba-box-model:before {height: 5px;top: 0;}#item-15870386031330 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870386031330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870366125620 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125620.visible {opacity: 1;}#item-15870366125620 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125620 > .ba-video-background {display: none;}#item-15870366125620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15870366125620 > .ba-box-model:before {height: 5px;top: 0;}#item-15870366125620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15870366125620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15288951475128 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475128 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475128.visible {opacity: 1;}#item-15288951475128 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475128 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475128 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475128 > .ba-video-background {display: none;}#item-15288951475128 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475128 > .ba-box-model:before {height: 5px;top: 0;}#item-15288951475128 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15288951475128 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475128 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409169260 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169260 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169260.visible {opacity: 1;}#item-15409169260 > .parallax-wrapper .parallax {background-image: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169260 > .ba-video-background {display: none;}#item-15409169260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169260 > .ba-box-model:before {height: 5px;top: 0;}#item-15409169260 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409169260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203390 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203390 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203390.visible {opacity: 1;}#item-16509305203390 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203390 > .ba-video-background {display: none;}#item-16509305203390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305203390 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305203390 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305203390 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203390 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203416 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203416 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203416.visible {opacity: 1;}#item-16509305203416 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203416 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203416 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203416 > .ba-video-background {display: none;}#item-16509305203416 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203416 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203416 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203416 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203416 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203418 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203418 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203418.visible {opacity: 1;}#item-16509305203418 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203418 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203418 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203418 > .ba-video-background {display: none;}#item-16509305203418 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203418 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203418 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203418 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203418 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203421 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203421 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203421.visible {opacity: 1;}#item-16509305203421 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203421 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203421 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203421 > .ba-video-background {display: none;}#item-16509305203421 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203421 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203421 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203421 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203421 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203424 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203424 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203424.visible {opacity: 1;}#item-16509305203424 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203424 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203424 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203424 > .ba-video-background {display: none;}#item-16509305203424 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203424 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203424 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203424 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203424 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203427 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203427 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203427.visible {opacity: 1;}#item-16509305203427 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203427 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203427 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203427 > .ba-video-background {display: none;}#item-16509305203427 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203427 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203427 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203427 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203427 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203430 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203430 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203430.visible {opacity: 1;}#item-16509305203430 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203430 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203430 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203430 > .ba-video-background {display: none;}#item-16509305203430 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203430 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203430 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203430 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203430 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203433 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203433 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203433.visible {opacity: 1;}#item-16509305203433 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203433 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203433 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203433 > .ba-video-background {display: none;}#item-16509305203433 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203433 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203433 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203433 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203433 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203435 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203435 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203435.visible {opacity: 1;}#item-16509305203435 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203435 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203435 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203435 > .ba-video-background {display: none;}#item-16509305203435 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203435 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305203435 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305203435 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203435 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409046254320 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254320 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254320.visible {opacity: 1;}#item-15409046254320 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254320 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254320 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254320 > .ba-video-background {display: none;}#item-15409046254320 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15409046254320 > .ba-box-model:before {height: 25px;top: -4px;}#item-15409046254320 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15409046254320 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254320 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409046254329 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254329 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254329.visible {opacity: 1;}#item-15409046254329 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254329 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254329 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254329 > .ba-video-background {display: none;}#item-15409046254329 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254329 > .ba-box-model:before {height: 5px;top: 0;}#item-15409046254329 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15409046254329 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254329 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061490 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061490.visible {opacity: 1;}#item-15581190061490 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061490 > .ba-video-background {display: none;}#item-15581190061490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15581190061490 > .ba-box-model:before {height: 25px;top: -4px;}#item-15581190061490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15581190061490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061506 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061506 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061506.visible {opacity: 1;}#item-15581190061506 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061506 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061506 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061506 > .ba-video-background {display: none;}#item-15581190061506 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061506 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061506 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061506 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061506 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061509 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061509.visible {opacity: 1;}#item-15581190061509 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061509 > .ba-video-background {display: none;}#item-15581190061509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061509 > .ba-box-model:before {height: 5px;top: 0;}#item-15581190061509 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581190061509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581196138870 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138870 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138870.visible {opacity: 1;}#item-15581196138870 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138870 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138870 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581196138870 > .ba-video-background {display: none;}#item-15581196138870 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138870 > .ba-box-model:before {height: 5px;top: 0;}#item-15581196138870 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15581196138870 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138870 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959230 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959230.visible {opacity: 1;}#item-15592384959230 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959230 > .ba-video-background {display: none;}#item-15592384959230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15592384959230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15592384959230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15592384959230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959246 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959246 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959246.visible {opacity: 1;}#item-15592384959246 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959246 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959246 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959246 > .ba-video-background {display: none;}#item-15592384959246 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959246 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959246 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959246 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959246 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959249 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959249 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959249.visible {opacity: 1;}#item-15592384959249 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959249 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959249 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959249 > .ba-video-background {display: none;}#item-15592384959249 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959249 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959249 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959249 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959249 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959252 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959252 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959252.visible {opacity: 1;}#item-15592384959252 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959252 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959252 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959252 > .ba-video-background {display: none;}#item-15592384959252 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959252 > .ba-box-model:before {height: 5px;top: 0;}#item-15592384959252 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15592384959252 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959252 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107550 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107550.visible {opacity: 1;}#item-15614960107550 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107550 > .ba-video-background {display: none;}#item-15614960107550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15614960107550 > .ba-box-model:before {height: 25px;top: -4px;}#item-15614960107550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15614960107550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107566 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107566.visible {opacity: 1;}#item-15614960107566 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107566 > .ba-video-background {display: none;}#item-15614960107566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107566 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107566 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107569 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107569.visible {opacity: 1;}#item-15614960107569 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107569 > .ba-video-background {display: none;}#item-15614960107569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107569 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107569 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107572 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107572 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107572.visible {opacity: 1;}#item-15614960107572 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107572 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107572 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107572 > .ba-video-background {display: none;}#item-15614960107572 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107572 > .ba-box-model:before {height: 5px;top: 0;}#item-15614960107572 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15614960107572 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107572 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739505214940 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214940 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214940.visible {opacity: 1;}#item-15739505214940 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214940 > .ba-video-background {display: none;}#item-15739505214940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739505214940 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739505214940 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739505214940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15774733521050 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733521050 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521050.visible {opacity: 1;}#item-15774733521050 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521050 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521050 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521050 > .ba-video-background {display: none;}#item-15774733521050 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521050 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733521050 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733521050 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521050 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739507829719 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739507829719 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829719.visible {opacity: 1;}#item-15739507829719 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829719 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829719 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829719 > .ba-video-background {display: none;}#item-15739507829719 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829719 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829719 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829719 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829719 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739505214968 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214968 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739505214968.visible {opacity: 1;}#item-15739505214968 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214968 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214968 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214968 > .ba-video-background {display: none;}#item-15739505214968 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214968 > .ba-box-model:before {height: 5px;top: 0;}#item-15739505214968 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739505214968 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214968 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936982931280 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931280.visible {opacity: 1;}#item-15936982931280 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931280 > .ba-video-background {display: none;}#item-15936982931280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936982931280 > .ba-box-model:before {height: 5px;top: 0;}#item-15936982931280 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936982931280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840172317170 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317170.visible {opacity: 1;}#item-15840172317170 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317170 > .ba-video-background {display: none;}#item-15840172317170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15840172317170 > .ba-box-model:before {height: 5px;top: 0;}#item-15840172317170 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15840172317170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987715080 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715080 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715080.visible {opacity: 1;}#item-15936987715080 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715080 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715080 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715080 > .ba-video-background {display: none;}#item-15936987715080 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987715080 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987715080 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987715080 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715080 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987784580 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784580 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784580.visible {opacity: 1;}#item-15936987784580 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784580 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784580 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784580 > .ba-video-background {display: none;}#item-15936987784580 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15936987784580 > .ba-box-model:before {height: 5px;top: 0;}#item-15936987784580 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15936987784580 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784580 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15774733410540 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733410540 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410540.visible {opacity: 1;}#item-15774733410540 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410540 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410540 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410540 > .ba-video-background {display: none;}#item-15774733410540 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410540 > .ba-box-model:before {height: 25px;top: 0;}#item-15774733410540 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15774733410540 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410540 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413350 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413350 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413350.visible {opacity: 1;}#item-15962918413350 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413350 > .ba-video-background {display: none;}#item-15962918413350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15962918413350 > .ba-box-model:before {height: 25px;top: -4px;}#item-15962918413350 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15962918413350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413371 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413371 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413371.visible {opacity: 1;}#item-15962918413371 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413371 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413371 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413371 > .ba-video-background {display: none;}#item-15962918413371 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413371 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413371 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413371 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413371 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413374 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413374 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413374.visible {opacity: 1;}#item-15962918413374 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413374 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413374 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413374 > .ba-video-background {display: none;}#item-15962918413374 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413374 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413374 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413374 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413374 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413376 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413376 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413376.visible {opacity: 1;}#item-15962918413376 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413376 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413376 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413376 > .ba-video-background {display: none;}#item-15962918413376 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413376 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413376 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413376 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413376 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413378 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413378 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413378.visible {opacity: 1;}#item-15962918413378 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413378 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413378 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413378 > .ba-video-background {display: none;}#item-15962918413378 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413378 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413378 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413378 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413378 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413381 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413381 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413381.visible {opacity: 1;}#item-15962918413381 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413381 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413381 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413381 > .ba-video-background {display: none;}#item-15962918413381 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413381 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413381 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413381 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413381 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413387 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413387 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413387.visible {opacity: 1;}#item-15962918413387 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413387 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413387 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413387 > .ba-video-background {display: none;}#item-15962918413387 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413387 > .ba-box-model:before {height: 5px;top: 0;}#item-15962918413387 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15962918413387 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413387 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413391 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413391 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413391.visible {opacity: 1;}#item-15962918413391 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413391 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413391 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413391 > .ba-video-background {display: none;}#item-15962918413391 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413391 > .ba-box-model:before {height: 25px;top: 0;}#item-15962918413391 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15962918413391 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413391 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652330 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652330 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652330.visible {opacity: 1;}#item-16200384652330 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652330 > .ba-video-background {display: none;}#item-16200384652330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200384652330 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200384652330 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200384652330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652349 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652349 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652349.visible {opacity: 1;}#item-16200384652349 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652349 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652349 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652349 > .ba-video-background {display: none;}#item-16200384652349 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652349 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652349 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652349 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652349 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652352 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652352 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652352.visible {opacity: 1;}#item-16200384652352 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652352 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652352 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652352 > .ba-video-background {display: none;}#item-16200384652352 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652352 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652352 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652352 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652352 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652354 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652354 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652354.visible {opacity: 1;}#item-16200384652354 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652354 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652354 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652354 > .ba-video-background {display: none;}#item-16200384652354 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652354 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652354 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652354 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652354 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652356 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652356 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652356.visible {opacity: 1;}#item-16200384652356 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652356 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652356 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652356 > .ba-video-background {display: none;}#item-16200384652356 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652356 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652356 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652356 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652356 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652359 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652359 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652359.visible {opacity: 1;}#item-16200384652359 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652359 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652359 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652359 > .ba-video-background {display: none;}#item-16200384652359 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652359 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652359 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652359 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652359 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652362 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652362 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652362.visible {opacity: 1;}#item-16200384652362 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652362 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652362 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652362 > .ba-video-background {display: none;}#item-16200384652362 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652362 > .ba-box-model:before {height: 5px;top: 0;}#item-16200384652362 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200384652362 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652362 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652366 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652366 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652366.visible {opacity: 1;}#item-16200384652366 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652366 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652366 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652366 > .ba-video-background {display: none;}#item-16200384652366 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652366 > .ba-box-model:before {height: 25px;top: 0;}#item-16200384652366 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200384652366 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652366 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314490 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314490 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314490.visible {opacity: 1;}#item-16004618314490 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314490 > .ba-video-background {display: none;}#item-16004618314490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004618314490 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004618314490 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004618314490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314509 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314509 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314509.visible {opacity: 1;}#item-16004618314509 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314509 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314509 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314509 > .ba-video-background {display: none;}#item-16004618314509 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314509 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314509 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314509 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314509 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314512 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314512 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314512.visible {opacity: 1;}#item-16004618314512 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314512 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314512 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314512 > .ba-video-background {display: none;}#item-16004618314512 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314512 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314512 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314512 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314512 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314514 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314514.visible {opacity: 1;}#item-16004618314514 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314514 > .ba-video-background {display: none;}#item-16004618314514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314514 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314516 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314516.visible {opacity: 1;}#item-16004618314516 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314516 > .ba-video-background {display: none;}#item-16004618314516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314516 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314516 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314519 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314519.visible {opacity: 1;}#item-16004618314519 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314519 > .ba-video-background {display: none;}#item-16004618314519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314519 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314519 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314522 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314522 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314522.visible {opacity: 1;}#item-16004618314522 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314522 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314522 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314522 > .ba-video-background {display: none;}#item-16004618314522 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314522 > .ba-box-model:before {height: 5px;top: 0;}#item-16004618314522 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004618314522 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314522 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314526 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314526 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314526.visible {opacity: 1;}#item-16004618314526 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314526 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314526 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314526 > .ba-video-background {display: none;}#item-16004618314526 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314526 > .ba-box-model:before {height: 25px;top: 0;}#item-16004618314526 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004618314526 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314526 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940420 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940420 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940420.visible {opacity: 1;}#item-16004622940420 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940420 > .ba-video-background {display: none;}#item-16004622940420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16004622940420 > .ba-box-model:before {height: 25px;top: -4px;}#item-16004622940420 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16004622940420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940439 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940439 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940439.visible {opacity: 1;}#item-16004622940439 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940439 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940439 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940439 > .ba-video-background {display: none;}#item-16004622940439 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940439 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940439 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940439 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940439 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940442 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940442 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940442.visible {opacity: 1;}#item-16004622940442 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940442 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940442 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940442 > .ba-video-background {display: none;}#item-16004622940442 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940442 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940442 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940442 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940442 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940444 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940444 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940444.visible {opacity: 1;}#item-16004622940444 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940444 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940444 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940444 > .ba-video-background {display: none;}#item-16004622940444 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940444 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940444 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940444 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940444 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078173230 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173230 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173230.visible {opacity: 1;}#item-16031078173230 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173230 > .ba-video-background {display: none;}#item-16031078173230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078173230 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078173230 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078173230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940449 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940449 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940449.visible {opacity: 1;}#item-16004622940449 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940449 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940449 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940449 > .ba-video-background {display: none;}#item-16004622940449 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940449 > .ba-box-model:before {height: 5px;top: 0;}#item-16004622940449 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16004622940449 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940449 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078253620 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253620 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253620.visible {opacity: 1;}#item-16031078253620 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253620 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253620 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253620 > .ba-video-background {display: none;}#item-16031078253620 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16031078253620 > .ba-box-model:before {height: 5px;top: 0;}#item-16031078253620 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16031078253620 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253620 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940456 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940456 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940456.visible {opacity: 1;}#item-16004622940456 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940456 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940456 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940456 > .ba-video-background {display: none;}#item-16004622940456 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940456 > .ba-box-model:before {height: 25px;top: 0;}#item-16004622940456 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16004622940456 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940456 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897550 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897550 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897550.visible {opacity: 1;}#item-16119312897550 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897550 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897550 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897550 > .ba-video-background {display: none;}#item-16119312897550 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16119312897550 > .ba-box-model:before {height: 25px;top: -4px;}#item-16119312897550 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16119312897550 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897550 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897562 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897562 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897562.visible {opacity: 1;}#item-16119312897562 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897562 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897562 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897562 > .ba-video-background {display: none;}#item-16119312897562 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897562 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897562 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897562 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897562 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897565 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897565.visible {opacity: 1;}#item-16119312897565 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897565 > .ba-video-background {display: none;}#item-16119312897565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897565 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897565 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897565 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897565 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897568 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897568.visible {opacity: 1;}#item-16119312897568 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897568 > .ba-video-background {display: none;}#item-16119312897568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897568 > .ba-box-model:before {height: 5px;top: 0;}#item-16119312897568 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16119312897568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242260 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242260.visible {opacity: 1;}#item-15739491242260 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242260 > .ba-video-background {display: none;}#item-15739491242260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15739491242260 > .ba-box-model:before {height: 25px;top: -4px;}#item-15739491242260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15739491242260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242276 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242276 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242276.visible {opacity: 1;}#item-15739491242276 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242276 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242276 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242276 > .ba-video-background {display: none;}#item-15739491242276 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242276 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242276 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242276 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242276 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242279 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242279 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242279.visible {opacity: 1;}#item-15739491242279 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242279 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242279 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242279 > .ba-video-background {display: none;}#item-15739491242279 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242279 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242279 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242279 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242279 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242282 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242282 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242282.visible {opacity: 1;}#item-15739491242282 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242282 > .ba-video-background {display: none;}#item-15739491242282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242282 > .ba-box-model:before {height: 5px;top: 0;}#item-15739491242282 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15739491242282 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242282 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647500 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647500 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647500.visible {opacity: 1;}#item-15568849647500 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647500 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647500 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647500 > .ba-video-background {display: none;}#item-15568849647500 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15568849647500 > .ba-box-model:before {height: 25px;top: -4px;}#item-15568849647500 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15568849647500 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647500 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647514 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647514 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647514.visible {opacity: 1;}#item-15568849647514 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647514 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647514 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647514 > .ba-video-background {display: none;}#item-15568849647514 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647514 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647514 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647514 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647514 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647517 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647517.visible {opacity: 1;}#item-15568849647517 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647517 > .ba-video-background {display: none;}#item-15568849647517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647517 > .ba-box-model:before {height: 5px;top: 0;}#item-15568849647517 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15568849647517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15434219117230 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15434219117230 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15434219117230.visible {opacity: 1;}#item-15434219117230 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117230 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117230 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117230 > .ba-video-background {display: none;}#item-15434219117230 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15434219117230 > .ba-box-model:before {height: 25px;top: -4px;}#item-15434219117230 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15434219117230 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15434219117230 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025810 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025810 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025810.visible {opacity: 1;}#item-15995962025810 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025810 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025810 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025810 > .ba-video-background {display: none;}#item-15995962025810 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15995962025810 > .ba-box-model:before {height: 25px;top: -4px;}#item-15995962025810 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15995962025810 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025810 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025829 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025829 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025829.visible {opacity: 1;}#item-15995962025829 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025829 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025829 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025829 > .ba-video-background {display: none;}#item-15995962025829 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025829 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025829 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025829 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025829 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025832 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025832 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025832.visible {opacity: 1;}#item-15995962025832 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025832 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025832 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025832 > .ba-video-background {display: none;}#item-15995962025832 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025832 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025832 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025832 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025832 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025834 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025834 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025834.visible {opacity: 1;}#item-15995962025834 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025834 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025834 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025834 > .ba-video-background {display: none;}#item-15995962025834 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025834 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025834 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025834 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025834 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025836 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025836 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025836.visible {opacity: 1;}#item-15995962025836 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025836 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025836 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025836 > .ba-video-background {display: none;}#item-15995962025836 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025836 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025836 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025836 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025836 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025839 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025839 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025839.visible {opacity: 1;}#item-15995962025839 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025839 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025839 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025839 > .ba-video-background {display: none;}#item-15995962025839 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025839 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025839 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025839 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025839 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025842 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025842 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025842.visible {opacity: 1;}#item-15995962025842 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025842 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025842 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025842 > .ba-video-background {display: none;}#item-15995962025842 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025842 > .ba-box-model:before {height: 5px;top: 0;}#item-15995962025842 > .ba-box-model:after {height: 5px;bottom: 0;}#item-15995962025842 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025842 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025846 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025846 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025846.visible {opacity: 1;}#item-15995962025846 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025846 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025846 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025846 > .ba-video-background {display: none;}#item-15995962025846 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025846 > .ba-box-model:before {height: 25px;top: 0;}#item-15995962025846 > .ba-box-model:after {height: 25px;bottom: 0;}#item-15995962025846 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025846 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369260 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369260 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369260.visible {opacity: 1;}#item-16509305369260 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369260 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369260 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369260 > .ba-video-background {display: none;}#item-16509305369260 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16509305369260 > .ba-box-model:before {height: 25px;top: -4px;}#item-16509305369260 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16509305369260 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369260 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369283 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369283.visible {opacity: 1;}#item-16509305369283 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369283 > .ba-video-background {display: none;}#item-16509305369283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369283 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369283 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369286 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369286 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369286.visible {opacity: 1;}#item-16509305369286 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369286 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369286 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369286 > .ba-video-background {display: none;}#item-16509305369286 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369286 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369286 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369286 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369286 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369288 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369288 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369288.visible {opacity: 1;}#item-16509305369288 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369288 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369288 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369288 > .ba-video-background {display: none;}#item-16509305369288 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369288 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369288 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369288 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369288 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369290 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369290 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369290.visible {opacity: 1;}#item-16509305369290 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369290 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369290 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369290 > .ba-video-background {display: none;}#item-16509305369290 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369290 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369290 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369290 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369290 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369293 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369293 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369293.visible {opacity: 1;}#item-16509305369293 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369293 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369293 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369293 > .ba-video-background {display: none;}#item-16509305369293 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369293 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369293 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369293 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369293 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369296 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369296 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369296.visible {opacity: 1;}#item-16509305369296 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369296 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369296 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369296 > .ba-video-background {display: none;}#item-16509305369296 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369296 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369296 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369296 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369296 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369299 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369299 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369299.visible {opacity: 1;}#item-16509305369299 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369299 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369299 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369299 > .ba-video-background {display: none;}#item-16509305369299 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369299 > .ba-box-model:before {height: 5px;top: 0;}#item-16509305369299 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16509305369299 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369299 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369303 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369303 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369303.visible {opacity: 1;}#item-16509305369303 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369303 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369303 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369303 > .ba-video-background {display: none;}#item-16509305369303 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369303 > .ba-box-model:before {height: 25px;top: 0;}#item-16509305369303 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16509305369303 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369303 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911760 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911760 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911760.visible {opacity: 1;}#item-16200616911760 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911760 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911760 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911760 > .ba-video-background {display: none;}#item-16200616911760 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200616911760 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200616911760 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200616911760 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911760 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911779 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911779.visible {opacity: 1;}#item-16200616911779 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911779 > .ba-video-background {display: none;}#item-16200616911779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911779 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911779 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911782 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911782.visible {opacity: 1;}#item-16200616911782 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911782 > .ba-video-background {display: none;}#item-16200616911782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911782 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911784 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911784 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911784.visible {opacity: 1;}#item-16200616911784 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911784 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911784 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911784 > .ba-video-background {display: none;}#item-16200616911784 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911784 > .ba-box-model:before {height: 5px;top: 0;}#item-16200616911784 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16200616911784 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911784 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16345629085490 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085490.visible {opacity: 1;}#item-16345629085490 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085490 > .ba-video-background {display: none;}#item-16345629085490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16345629085490 > .ba-box-model:before {height: 5px;top: 0;}#item-16345629085490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16345629085490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035921670 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921670 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921670.visible {opacity: 1;}#item-16273035921670 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921670 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921670 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921670 > .ba-video-background {display: none;}#item-16273035921670 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035921670 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035921670 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035921670 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921670 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035431940 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431940 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431940.visible {opacity: 1;}#item-16273035431940 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431940 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431940 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431940 > .ba-video-background {display: none;}#item-16273035431940 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273035431940 > .ba-box-model:before {height: 5px;top: 0;}#item-16273035431940 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273035431940 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431940 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273036177990 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177990 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177990.visible {opacity: 1;}#item-16273036177990 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177990 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177990 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177990 > .ba-video-background {display: none;}#item-16273036177990 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16273036177990 > .ba-box-model:before {height: 5px;top: 0;}#item-16273036177990 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16273036177990 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177990 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911796 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911796 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911796.visible {opacity: 1;}#item-16200616911796 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911796 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911796 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911796 > .ba-video-background {display: none;}#item-16200616911796 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911796 > .ba-box-model:before {height: 25px;top: 0;}#item-16200616911796 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200616911796 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911796 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615750 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615750 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615750.visible {opacity: 1;}#item-16551353615750 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615750 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615750 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615750 > .ba-video-background {display: none;}#item-16551353615750 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16551353615750 > .ba-box-model:before {height: 25px;top: -4px;}#item-16551353615750 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16551353615750 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615750 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615773 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615773 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615773.visible {opacity: 1;}#item-16551353615773 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615773 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615773 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615773 > .ba-video-background {display: none;}#item-16551353615773 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615773 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615773 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615773 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615773 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615776 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615776 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615776.visible {opacity: 1;}#item-16551353615776 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615776 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615776 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615776 > .ba-video-background {display: none;}#item-16551353615776 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615776 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615776 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615776 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615776 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615778 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615778 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615778.visible {opacity: 1;}#item-16551353615778 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615778 > .ba-video-background {display: none;}#item-16551353615778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615778 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615778 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615778 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615778 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615780 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615780.visible {opacity: 1;}#item-16551353615780 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615780 > .ba-video-background {display: none;}#item-16551353615780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615780 > .ba-box-model:before {height: 5px;top: 0;}#item-16551353615780 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16551353615780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615793 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615793 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615793.visible {opacity: 1;}#item-16551353615793 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615793 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615793 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615793 > .ba-video-background {display: none;}#item-16551353615793 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615793 > .ba-box-model:before {height: 25px;top: 0;}#item-16551353615793 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16551353615793 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615793 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17126210468980 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;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-17126210468980.visible {opacity: 1;}#item-17126210468980 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468980 > .ba-video-background {display: none;}#item-17126210468980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-17126210468980 > .ba-box-model:before {height: 25px;top: -4px;}#item-17126210468980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-17126210468980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17126210468988 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468988 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468988.visible {opacity: 1;}#item-17126210468988 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468988 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468988 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468988 > .ba-video-background {display: none;}#item-17126210468988 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468988 > .ba-box-model:before {height: 25px;top: 0;}#item-17126210468988 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17126210468988 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468988 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17254663153 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17254663153 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663153.visible {opacity: 1;}#item-17254663153 > .parallax-wrapper .parallax {background-image: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663153 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663153 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663153 > .ba-video-background {display: none;}#item-17254663153 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663153 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663153 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663153 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663153 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900470 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900470 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900470.visible {opacity: 1;}#item-16696377900470 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900470 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900470 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900470 > .ba-video-background {display: none;}#item-16696377900470 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16696377900470 > .ba-box-model:before {height: 25px;top: -4px;}#item-16696377900470 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16696377900470 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900470 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900485 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900485 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900485.visible {opacity: 1;}#item-16696377900485 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900485 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900485 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900485 > .ba-video-background {display: none;}#item-16696377900485 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900485 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900485 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900485 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900485 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900488 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900488 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900488.visible {opacity: 1;}#item-16696377900488 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900488 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900488 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900488 > .ba-video-background {display: none;}#item-16696377900488 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900488 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900488 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900488 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900488 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900490 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900490 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900490.visible {opacity: 1;}#item-16696377900490 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900490 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900490 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900490 > .ba-video-background {display: none;}#item-16696377900490 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900490 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900490 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900490 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900490 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900492 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900492 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900492.visible {opacity: 1;}#item-16696377900492 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900492 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900492 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900492 > .ba-video-background {display: none;}#item-16696377900492 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900492 > .ba-box-model:before {height: 5px;top: 0;}#item-16696377900492 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16696377900492 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900492 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16700064649070 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649070 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649070.visible {opacity: 1;}#item-16700064649070 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649070 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649070 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649070 > .ba-video-background {display: none;}#item-16700064649070 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16700064649070 > .ba-box-model:before {height: 5px;top: 0;}#item-16700064649070 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16700064649070 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649070 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900496 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900496 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900496.visible {opacity: 1;}#item-16696377900496 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900496 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900496 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900496 > .ba-video-background {display: none;}#item-16696377900496 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900496 > .ba-box-model:before {height: 25px;top: 0;}#item-16696377900496 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16696377900496 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900496 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248860 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248860 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248860.visible {opacity: 1;}#item-16774988248860 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248860 > .ba-video-background {display: none;}#item-16774988248860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16774988248860 > .ba-box-model:before {height: 25px;top: -4px;}#item-16774988248860 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16774988248860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248879 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248879 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248879.visible {opacity: 1;}#item-16774988248879 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248879 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248879 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248879 > .ba-video-background {display: none;}#item-16774988248879 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248879 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248879 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248879 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248879 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248882 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248882 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248882.visible {opacity: 1;}#item-16774988248882 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248882 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248882 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248882 > .ba-video-background {display: none;}#item-16774988248882 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248882 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248882 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248882 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248882 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248884 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248884 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248884.visible {opacity: 1;}#item-16774988248884 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248884 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248884 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248884 > .ba-video-background {display: none;}#item-16774988248884 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248884 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248884 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248884 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248884 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248886 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248886 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248886.visible {opacity: 1;}#item-16774988248886 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248886 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248886 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248886 > .ba-video-background {display: none;}#item-16774988248886 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248886 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248886 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248886 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248886 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248889 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248889 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248889.visible {opacity: 1;}#item-16774988248889 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248889 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248889 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248889 > .ba-video-background {display: none;}#item-16774988248889 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248889 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248889 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248889 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248889 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248892 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248892 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248892.visible {opacity: 1;}#item-16774988248892 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248892 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248892 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248892 > .ba-video-background {display: none;}#item-16774988248892 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248892 > .ba-box-model:before {height: 5px;top: 0;}#item-16774988248892 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16774988248892 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248892 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248896 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248896 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248896.visible {opacity: 1;}#item-16774988248896 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248896 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248896 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248896 > .ba-video-background {display: none;}#item-16774988248896 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248896 > .ba-box-model:before {height: 25px;top: 0;}#item-16774988248896 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16774988248896 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248896 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304150 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304150 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304150.visible {opacity: 1;}#item-16781016304150 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304150 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304150 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304150 > .ba-video-background {display: none;}#item-16781016304150 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16781016304150 > .ba-box-model:before {height: 25px;top: -4px;}#item-16781016304150 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16781016304150 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304150 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304169 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304169 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304169.visible {opacity: 1;}#item-16781016304169 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304169 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304169 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304169 > .ba-video-background {display: none;}#item-16781016304169 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304169 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304169 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304169 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304169 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304172 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304172 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304172.visible {opacity: 1;}#item-16781016304172 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304172 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304172 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304172 > .ba-video-background {display: none;}#item-16781016304172 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304172 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304172 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304172 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304172 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304174 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304174.visible {opacity: 1;}#item-16781016304174 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304174 > .ba-video-background {display: none;}#item-16781016304174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304174 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304174 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304176 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304176 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304176.visible {opacity: 1;}#item-16781016304176 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304176 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304176 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304176 > .ba-video-background {display: none;}#item-16781016304176 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304176 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304176 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304176 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304176 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304179 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304179 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304179.visible {opacity: 1;}#item-16781016304179 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304179 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304179 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304179 > .ba-video-background {display: none;}#item-16781016304179 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304179 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304179 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304179 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304179 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304182 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304182 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304182.visible {opacity: 1;}#item-16781016304182 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304182 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304182 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304182 > .ba-video-background {display: none;}#item-16781016304182 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304182 > .ba-box-model:before {height: 5px;top: 0;}#item-16781016304182 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16781016304182 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304182 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304186 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304186 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304186.visible {opacity: 1;}#item-16781016304186 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304186 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304186 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304186 > .ba-video-background {display: none;}#item-16781016304186 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304186 > .ba-box-model:before {height: 25px;top: 0;}#item-16781016304186 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16781016304186 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304186 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421060 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421060 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421060.visible {opacity: 1;}#item-16805220421060 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421060 > .ba-video-background {display: none;}#item-16805220421060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805220421060 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805220421060 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805220421060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421078 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421078 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421078.visible {opacity: 1;}#item-16805220421078 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421078 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421078 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421078 > .ba-video-background {display: none;}#item-16805220421078 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421078 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421078 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421078 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421078 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421081 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421081 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-top : 0px;margin-bottom : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421081.visible {opacity: 1;}#item-16805220421081 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421081 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421081 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421081 > .ba-video-background {display: none;}#item-16805220421081 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421081 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421081 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421081 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421081 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421083 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421083.visible {opacity: 1;}#item-16805220421083 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421083 > .ba-video-background {display: none;}#item-16805220421083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421083 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421083 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421085 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421085 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421085.visible {opacity: 1;}#item-16805220421085 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421085 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421085 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421085 > .ba-video-background {display: none;}#item-16805220421085 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421085 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421085 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421085 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421085 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421088 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421088 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421088.visible {opacity: 1;}#item-16805220421088 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421088 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421088 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421088 > .ba-video-background {display: none;}#item-16805220421088 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421088 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421088 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421088 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421088 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421091 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421091 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421091.visible {opacity: 1;}#item-16805220421091 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421091 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421091 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421091 > .ba-video-background {display: none;}#item-16805220421091 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421091 > .ba-box-model:before {height: 5px;top: 0;}#item-16805220421091 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16805220421091 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421091 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421095 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421095 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421095.visible {opacity: 1;}#item-16805220421095 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421095 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421095 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421095 > .ba-video-background {display: none;}#item-16805220421095 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421095 > .ba-box-model:before {height: 25px;top: 0;}#item-16805220421095 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805220421095 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421095 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805223766710 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766710 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766710.visible {opacity: 1;}#item-16805223766710 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766710 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766710 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766710 > .ba-video-background {display: none;}#item-16805223766710 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16805223766710 > .ba-box-model:before {height: 25px;top: -4px;}#item-16805223766710 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16805223766710 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766710 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805223766728 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766728 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766728.visible {opacity: 1;}#item-16805223766728 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766728 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766728 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766728 > .ba-video-background {display: none;}#item-16805223766728 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766728 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766728 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766728 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766728 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805223766745 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766745 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766745.visible {opacity: 1;}#item-16805223766745 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766745 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766745 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766745 > .ba-video-background {display: none;}#item-16805223766745 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766745 > .ba-box-model:before {height: 25px;top: 0;}#item-16805223766745 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16805223766745 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766745 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840183830840 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840183830840 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840183830840.visible {opacity: 1;}#item-15840183830840 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830840 > .ba-video-background {display: none;}#item-15840183830840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-15840183830840 > .ba-box-model:before {height: 25px;top: -4px;}#item-15840183830840 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-15840183830840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840183830840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16440658910270 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910270 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910270.visible {opacity: 1;}#item-16440658910270 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910270 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910270 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910270 > .ba-video-background {display: none;}#item-16440658910270 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16440658910270 > .ba-box-model:before {height: 5px;top: 0;}#item-16440658910270 > .ba-box-model:after {height: 5px;bottom: 0;}#item-16440658910270 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910270 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200562373980 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562373980 {border-bottom-width : 4px;border-color : rgba(150, 47, 11, 1);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 4px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : none;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373980.visible {opacity: 1;}#item-16200562373980 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373980 > .ba-video-background {display: none;}#item-16200562373980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.12);}#item-16200562373980 > .ba-box-model:before {height: 25px;top: -4px;}#item-16200562373980 > .ba-box-model:after {height: 25px;bottom: -4px;}#item-16200562373980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200562373999 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562373999 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562373999.visible {opacity: 1;}#item-16200562373999 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373999 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373999 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562373999 > .ba-video-background {display: none;}#item-16200562373999 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373999 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562373999 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562373999 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562373999 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200562374016 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374016 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374016.visible {opacity: 1;}#item-16200562374016 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374016 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374016 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374016 > .ba-video-background {display: none;}#item-16200562374016 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374016 > .ba-box-model:before {height: 25px;top: 0;}#item-16200562374016 > .ba-box-model:after {height: 25px;bottom: 0;}#item-16200562374016 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374016 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263367092 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263367092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263367092.visible {opacity: 1;}#item-15263367092 > .parallax-wrapper .parallax {background-image: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263367092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263367092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263367092 > .ba-video-background {display: none;}#item-15263367092 {background-image: url(../../../../components/com_gridbox/assets/css/storage/../../../../../);background-attachment: scroll;background-position: center center;background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263367092 > .ba-box-model:before {height: 0px;top: 0;}#item-15263367092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263367092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263367092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15276218701 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15276218701 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15276218701.visible {opacity: 1;}#item-15276218701 > .parallax-wrapper .parallax {background-image: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15276218701 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15276218701 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15276218701 > .ba-video-background {display: none;}#item-15276218701 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15276218701 > .ba-box-model:before {height: 0px;top: 0;}#item-15276218701 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15276218701 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15276218701 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}#item-15845609821 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 768px) {#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 480px) {#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}@media (max-width: 480px) {#item-15845609821 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 20px;padding-left : 30px;padding-right : 30px;padding-top : 20px;}#item-15845609821.visible {opacity: 1;}#item-15845609821 > .parallax-wrapper .parallax {background-image: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15845609821 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15845609821 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15845609821 > .ba-video-background {display: none;}#item-15845609821 {background-color: rgba(173, 2, 22, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15845609821 > .ba-box-model:before {height: 0px;top: 0;}#item-15845609821 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15845609821 > .ba-box-model .ba-bm-bottom {width: 20px; height: 20px;}#item-15845609821 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15845609821 > .ba-box-model .ba-bm-top {width: 20px; height: 20px;}}#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15288951475127 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15288951475127 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475127.visible {opacity: 1;}#item-15288951475127 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475127 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475127 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475127 > .ba-video-background {display: none;}#item-15288951475127 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475127 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475127 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475127 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475127 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739517668687 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668687 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668687.visible {opacity: 1;}#item-15739517668687 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668687 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668687 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668687 > .ba-video-background {display: none;}#item-15739517668687 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668687 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668687 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668687 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668687 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739517668689 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668689 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739517668689.visible {opacity: 1;}#item-15739517668689 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668689 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668689 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739517668689 > .ba-video-background {display: none;}#item-15739517668689 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739517668689 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668689 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668689 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668689 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739517668690 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739517668690 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739517668690.visible {opacity: 1;}#item-15739517668690 > .parallax-wrapper .parallax {background-image: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739517668690 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739517668690 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739517668690 > .ba-video-background {display: none;}#item-15739517668690 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739517668690 > .ba-box-model:before {height: 0px;top: 0;}#item-15739517668690 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739517668690 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739517668690 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840170649534 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649534 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840170649534.visible {opacity: 1;}#item-15840170649534 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649534 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649534 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840170649534 > .ba-video-background {display: none;}#item-15840170649534 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649534 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649534 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649534 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649534 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840170649535 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840170649535 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840170649535.visible {opacity: 1;}#item-15840170649535 > .parallax-wrapper .parallax {background-image: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840170649535 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840170649535 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840170649535 > .ba-video-background {display: none;}#item-15840170649535 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840170649535 > .ba-box-model:before {height: 0px;top: 0;}#item-15840170649535 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840170649535 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840170649535 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936984647023 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647023 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936984647023.visible {opacity: 1;}#item-15936984647023 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647023 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647023 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936984647023 > .ba-video-background {display: none;}#item-15936984647023 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647023 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647023 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647023 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647023 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936984647024 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936984647024 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936984647024.visible {opacity: 1;}#item-15936984647024 > .parallax-wrapper .parallax {background-image: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936984647024 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936984647024 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936984647024 > .ba-video-background {display: none;}#item-15936984647024 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936984647024 > .ba-box-model:before {height: 0px;top: 0;}#item-15936984647024 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936984647024 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936984647024 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870386031333 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031333 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870386031333.visible {opacity: 1;}#item-15870386031333 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031333 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031333 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870386031333 > .ba-video-background {display: none;}#item-15870386031333 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031333 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031333 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031333 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031333 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870386031334 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870386031334 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870386031334.visible {opacity: 1;}#item-15870386031334 > .parallax-wrapper .parallax {background-image: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870386031334 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870386031334 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870386031334 > .ba-video-background {display: none;}#item-15870386031334 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870386031334 > .ba-box-model:before {height: 0px;top: 0;}#item-15870386031334 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870386031334 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870386031334 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870366125623 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15870366125623.visible {opacity: 1;}#item-15870366125623 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15870366125623 > .ba-video-background {display: none;}#item-15870366125623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125623 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15870366125624 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15870366125624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15870366125624.visible {opacity: 1;}#item-15870366125624 > .parallax-wrapper .parallax {background-image: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15870366125624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15870366125624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15870366125624 > .ba-video-background {display: none;}#item-15870366125624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15870366125624 > .ba-box-model:before {height: 0px;top: 0;}#item-15870366125624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15870366125624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15870366125624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15288951475129 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15288951475129 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15288951475129.visible {opacity: 1;}#item-15288951475129 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475129 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475129 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475129 > .ba-video-background {display: none;}#item-15288951475129 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475129 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475129 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475129 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15288951475129 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409169261 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169261 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169261.visible {opacity: 1;}#item-15409169261 > .parallax-wrapper .parallax {background-image: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169261 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169261 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169261 > .ba-video-background {display: none;}#item-15409169261 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169261 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169261 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169261 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169261 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409169262 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409169262 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409169262.visible {opacity: 1;}#item-15409169262 > .parallax-wrapper .parallax {background-image: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409169262 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409169262 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15409169262 > .ba-video-background {display: none;}#item-15409169262 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409169262 > .ba-box-model:before {height: 0px;top: 0;}#item-15409169262 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409169262 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409169262 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15288951475131 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15288951475131 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15288951475131.visible {opacity: 1;}#item-15288951475131 > .parallax-wrapper .parallax {background-image: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15288951475131 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15288951475131 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15288951475131 > .ba-video-background {display: none;}#item-15288951475131 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15288951475131 > .ba-box-model:before {height: 0px;top: 0;}#item-15288951475131 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15288951475131 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15288951475131 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16509305203414 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305203414 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203414.visible {opacity: 1;}#item-16509305203414 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203414 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203414 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203414 > .ba-video-background {display: none;}#item-16509305203414 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203414 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203414 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203414 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203414 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203417 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203417 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203417.visible {opacity: 1;}#item-16509305203417 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203417 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203417 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203417 > .ba-video-background {display: none;}#item-16509305203417 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203417 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203417 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203417 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203417 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203419 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203419 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203419.visible {opacity: 1;}#item-16509305203419 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203419 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203419 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203419 > .ba-video-background {display: none;}#item-16509305203419 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305203419 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203419 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203419 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203419 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203420 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203420 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203420.visible {opacity: 1;}#item-16509305203420 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203420 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203420 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203420 > .ba-video-background {display: none;}#item-16509305203420 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203420 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203420 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203420 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203420 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203422 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203422 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203422.visible {opacity: 1;}#item-16509305203422 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203422 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203422 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203422 > .ba-video-background {display: none;}#item-16509305203422 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203422 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203422 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203422 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203422 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203423 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203423 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203423.visible {opacity: 1;}#item-16509305203423 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203423 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203423 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203423 > .ba-video-background {display: none;}#item-16509305203423 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203423 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203423 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203423 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203423 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203425 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203425 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203425.visible {opacity: 1;}#item-16509305203425 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203425 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203425 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203425 > .ba-video-background {display: none;}#item-16509305203425 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203425 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203425 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203425 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203425 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203426 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203426 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203426.visible {opacity: 1;}#item-16509305203426 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203426 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203426 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203426 > .ba-video-background {display: none;}#item-16509305203426 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203426 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203426 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203426 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203426 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203428 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203428 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203428.visible {opacity: 1;}#item-16509305203428 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203428 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203428 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203428 > .ba-video-background {display: none;}#item-16509305203428 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203428 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203428 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203428 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203428 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203429 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203429 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203429.visible {opacity: 1;}#item-16509305203429 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203429 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203429 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203429 > .ba-video-background {display: none;}#item-16509305203429 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203429 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203429 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203429 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203429 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203431 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203431 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305203431.visible {opacity: 1;}#item-16509305203431 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203431 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203431 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203431 > .ba-video-background {display: none;}#item-16509305203431 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203431 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203431 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203431 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203431 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203432 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203432 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203432.visible {opacity: 1;}#item-16509305203432 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203432 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203432 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203432 > .ba-video-background {display: none;}#item-16509305203432 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203432 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203432 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203432 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203432 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203434 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203434 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203434.visible {opacity: 1;}#item-16509305203434 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203434 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203434 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203434 > .ba-video-background {display: none;}#item-16509305203434 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203434 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203434 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203434 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203434 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203436 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203436 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203436.visible {opacity: 1;}#item-16509305203436 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203436 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203436 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203436 > .ba-video-background {display: none;}#item-16509305203436 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203436 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203436 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203436 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203436 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305203437 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305203437 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305203437.visible {opacity: 1;}#item-16509305203437 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203437 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203437 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305203437 > .ba-video-background {display: none;}#item-16509305203437 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203437 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203437 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203437 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305203437 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16509305203438 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305203438 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305203438.visible {opacity: 1;}#item-16509305203438 > .parallax-wrapper .parallax {background-image: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305203438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305203438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305203438 > .ba-video-background {display: none;}#item-16509305203438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305203438 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305203438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305203438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15409046254328 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15409046254328 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254328.visible {opacity: 1;}#item-15409046254328 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254328 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254328 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254328 > .ba-video-background {display: none;}#item-15409046254328 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254328 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254328 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254328 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254328 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409046254330 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254330 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254330.visible {opacity: 1;}#item-15409046254330 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254330 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254330 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254330 > .ba-video-background {display: none;}#item-15409046254330 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254330 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254330 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254330 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254330 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15409046254331 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15409046254331 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15409046254331.visible {opacity: 1;}#item-15409046254331 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254331 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254331 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254331 > .ba-video-background {display: none;}#item-15409046254331 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254331 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254331 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254331 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15409046254331 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15409046254332 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15409046254332 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15409046254332.visible {opacity: 1;}#item-15409046254332 > .parallax-wrapper .parallax {background-image: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15409046254332 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15409046254332 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15409046254332 > .ba-video-background {display: none;}#item-15409046254332 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15409046254332 > .ba-box-model:before {height: 0px;top: 0;}#item-15409046254332 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15409046254332 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15409046254332 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15581190061505 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15581190061505 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061505.visible {opacity: 1;}#item-15581190061505 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061505 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061505 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061505 > .ba-video-background {display: none;}#item-15581190061505 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061505 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061505 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061505 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061505 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061507 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061507 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15581190061507.visible {opacity: 1;}#item-15581190061507 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061507 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061507 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061507 > .ba-video-background {display: none;}#item-15581190061507 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15581190061507 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061507 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061507 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061507 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061508 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061508 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061508.visible {opacity: 1;}#item-15581190061508 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061508 > .ba-video-background {display: none;}#item-15581190061508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061508 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061508 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061508 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061510 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061510.visible {opacity: 1;}#item-15581190061510 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061510 > .ba-video-background {display: none;}#item-15581190061510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061510 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581190061511 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581190061511 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581190061511.visible {opacity: 1;}#item-15581190061511 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061511 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061511 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581190061511 > .ba-video-background {display: none;}#item-15581190061511 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061511 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061511 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061511 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581190061511 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581196138877 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138877 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138877.visible {opacity: 1;}#item-15581196138877 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138877 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138877 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138877 > .ba-video-background {display: none;}#item-15581196138877 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138877 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138877 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138877 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138877 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15581196138878 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15581196138878 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15581196138878.visible {opacity: 1;}#item-15581196138878 > .parallax-wrapper .parallax {background-image: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581196138878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581196138878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15581196138878 > .ba-video-background {display: none;}#item-15581196138878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581196138878 > .ba-box-model:before {height: 0px;top: 0;}#item-15581196138878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581196138878 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15581196138878 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15581190061513 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15581190061513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15581190061513.visible {opacity: 1;}#item-15581190061513 > .parallax-wrapper .parallax {background-image: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15581190061513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15581190061513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15581190061513 > .ba-video-background {display: none;}#item-15581190061513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15581190061513 > .ba-box-model:before {height: 0px;top: 0;}#item-15581190061513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15581190061513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15581190061513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15592384959245 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15592384959245 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959245.visible {opacity: 1;}#item-15592384959245 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959245 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959245 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959245 > .ba-video-background {display: none;}#item-15592384959245 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959245 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959245 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959245 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959245 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959247 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959247 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15592384959247.visible {opacity: 1;}#item-15592384959247 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959247 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959247 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959247 > .ba-video-background {display: none;}#item-15592384959247 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15592384959247 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959247 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959247 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959247 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959248 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959248 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959248.visible {opacity: 1;}#item-15592384959248 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959248 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959248 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959248 > .ba-video-background {display: none;}#item-15592384959248 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959248 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959248 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959248 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959248 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959250 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959250 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959250.visible {opacity: 1;}#item-15592384959250 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959250 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959250 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959250 > .ba-video-background {display: none;}#item-15592384959250 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959250 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959250 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959250 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959250 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959251 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959251 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959251.visible {opacity: 1;}#item-15592384959251 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959251 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959251 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959251 > .ba-video-background {display: none;}#item-15592384959251 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959251 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959251 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959251 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959251 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959253 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959253 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959253.visible {opacity: 1;}#item-15592384959253 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959253 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959253 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959253 > .ba-video-background {display: none;}#item-15592384959253 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959253 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959253 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959253 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959253 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15592384959254 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15592384959254 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15592384959254.visible {opacity: 1;}#item-15592384959254 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959254 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959254 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15592384959254 > .ba-video-background {display: none;}#item-15592384959254 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959254 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959254 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959254 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15592384959254 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15592384959255 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15592384959255 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15592384959255.visible {opacity: 1;}#item-15592384959255 > .parallax-wrapper .parallax {background-image: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15592384959255 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15592384959255 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15592384959255 > .ba-video-background {display: none;}#item-15592384959255 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15592384959255 > .ba-box-model:before {height: 0px;top: 0;}#item-15592384959255 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15592384959255 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15592384959255 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15614960107565 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15614960107565 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107565.visible {opacity: 1;}#item-15614960107565 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107565 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107565 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107565 > .ba-video-background {display: none;}#item-15614960107565 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107565 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107565 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107565 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107565 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107567 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15614960107567.visible {opacity: 1;}#item-15614960107567 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107567 > .ba-video-background {display: none;}#item-15614960107567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15614960107567 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107568 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107568 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107568.visible {opacity: 1;}#item-15614960107568 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107568 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107568 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107568 > .ba-video-background {display: none;}#item-15614960107568 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107568 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107568 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107568 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107568 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107570 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107570.visible {opacity: 1;}#item-15614960107570 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107570 > .ba-video-background {display: none;}#item-15614960107570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107570 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107571 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107571.visible {opacity: 1;}#item-15614960107571 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107571 > .ba-video-background {display: none;}#item-15614960107571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107571 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107571 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107571 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107573 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107573 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107573.visible {opacity: 1;}#item-15614960107573 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107573 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107573 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107573 > .ba-video-background {display: none;}#item-15614960107573 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107573 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107573 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107573 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107573 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15614960107574 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15614960107574 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15614960107574.visible {opacity: 1;}#item-15614960107574 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107574 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107574 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15614960107574 > .ba-video-background {display: none;}#item-15614960107574 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107574 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107574 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107574 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15614960107574 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15614960107575 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15614960107575 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15614960107575.visible {opacity: 1;}#item-15614960107575 > .parallax-wrapper .parallax {background-image: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15614960107575 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15614960107575 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15614960107575 > .ba-video-background {display: none;}#item-15614960107575 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15614960107575 > .ba-box-model:before {height: 0px;top: 0;}#item-15614960107575 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15614960107575 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15614960107575 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15739505214957 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15739505214957 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739505214957 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739505214957 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739505214957 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739505214957 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739505214957 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214957.visible {opacity: 1;}#item-15739505214957 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214957 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214957 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214957 > .ba-video-background {display: none;}#item-15739505214957 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214957 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214957 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214957 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214957 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15774733521052 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733521052 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733521052.visible {opacity: 1;}#item-15774733521052 > .parallax-wrapper .parallax {background-image: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733521052 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733521052 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733521052 > .ba-video-background {display: none;}#item-15774733521052 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733521052 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733521052 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733521052 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733521052 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739507829720 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739507829720 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739507829720.visible {opacity: 1;}#item-15739507829720 > .parallax-wrapper .parallax {background-image: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739507829720 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739507829720 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739507829720 > .ba-video-background {display: none;}#item-15739507829720 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739507829720 > .ba-box-model:before {height: 0px;top: 0;}#item-15739507829720 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739507829720 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739507829720 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739505214969 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739505214969 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739505214969.visible {opacity: 1;}#item-15739505214969 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214969 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214969 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214969 > .ba-video-background {display: none;}#item-15739505214969 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739505214969 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214969 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214969 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739505214969 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936982931283 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936982931283.visible {opacity: 1;}#item-15936982931283 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936982931283 > .ba-video-background {display: none;}#item-15936982931283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931283 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936982931284 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936982931284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936982931284.visible {opacity: 1;}#item-15936982931284 > .parallax-wrapper .parallax {background-image: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936982931284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936982931284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936982931284 > .ba-video-background {display: none;}#item-15936982931284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936982931284 > .ba-box-model:before {height: 0px;top: 0;}#item-15936982931284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936982931284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936982931284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840172317173 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15840172317173.visible {opacity: 1;}#item-15840172317173 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840172317173 > .ba-video-background {display: none;}#item-15840172317173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317173 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15840172317174 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15840172317174 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15840172317174.visible {opacity: 1;}#item-15840172317174 > .parallax-wrapper .parallax {background-image: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840172317174 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840172317174 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15840172317174 > .ba-video-background {display: none;}#item-15840172317174 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840172317174 > .ba-box-model:before {height: 0px;top: 0;}#item-15840172317174 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840172317174 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15840172317174 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987715083 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715083 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987715083.visible {opacity: 1;}#item-15936987715083 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715083 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715083 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987715083 > .ba-video-background {display: none;}#item-15936987715083 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715083 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715083 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715083 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715083 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987715084 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987715084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987715084.visible {opacity: 1;}#item-15936987715084 > .parallax-wrapper .parallax {background-image: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987715084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987715084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987715084 > .ba-video-background {display: none;}#item-15936987715084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987715084 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987715084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987715084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987715084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987784583 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784583 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15936987784583.visible {opacity: 1;}#item-15936987784583 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784583 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784583 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15936987784583 > .ba-video-background {display: none;}#item-15936987784583 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784583 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784583 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784583 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784583 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15936987784584 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15936987784584 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15936987784584.visible {opacity: 1;}#item-15936987784584 > .parallax-wrapper .parallax {background-image: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15936987784584 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15936987784584 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15936987784584 > .ba-video-background {display: none;}#item-15936987784584 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15936987784584 > .ba-box-model:before {height: 0px;top: 0;}#item-15936987784584 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15936987784584 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15936987784584 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739505214964 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15739505214964 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739505214964 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: 0;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739505214964 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739505214964 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739505214964 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739505214964 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739505214964.visible {opacity: 1;}#item-15739505214964 > .parallax-wrapper .parallax {background-image: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739505214964 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739505214964 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739505214964 > .ba-video-background {display: none;}#item-15739505214964 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739505214964 > .ba-box-model:before {height: 0px;top: -1px;}#item-15739505214964 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15739505214964 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739505214964 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15774733410542 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15774733410542 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15774733410542.visible {opacity: 1;}#item-15774733410542 > .parallax-wrapper .parallax {background-image: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15774733410542 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15774733410542 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15774733410542 > .ba-video-background {display: none;}#item-15774733410542 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15774733410542 > .ba-box-model:before {height: 0px;top: 0;}#item-15774733410542 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15774733410542 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15774733410542 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413370 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15962918413370 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413370 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15962918413370 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15962918413370 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15962918413370 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15962918413370 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413370.visible {opacity: 1;}#item-15962918413370 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413370 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413370 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413370 > .ba-video-background {display: none;}#item-15962918413370 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413370 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413370 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413370 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413370 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413372 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413372 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413372.visible {opacity: 1;}#item-15962918413372 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413372 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413372 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413372 > .ba-video-background {display: none;}#item-15962918413372 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413372 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413372 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413372 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413372 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413375 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413375 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413375.visible {opacity: 1;}#item-15962918413375 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413375 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413375 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413375 > .ba-video-background {display: none;}#item-15962918413375 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413375 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413375 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413375 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413375 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413377 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413377 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413377.visible {opacity: 1;}#item-15962918413377 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413377 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413377 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413377 > .ba-video-background {display: none;}#item-15962918413377 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15962918413377 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413377 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413377 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413377 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413379 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413379 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413379.visible {opacity: 1;}#item-15962918413379 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413379 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413379 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413379 > .ba-video-background {display: none;}#item-15962918413379 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413379 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413379 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413379 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413379 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413380 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413380 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413380.visible {opacity: 1;}#item-15962918413380 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413380 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413380 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413380 > .ba-video-background {display: none;}#item-15962918413380 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413380 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413380 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413380 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413380 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413382 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413382 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413382.visible {opacity: 1;}#item-15962918413382 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413382 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413382 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413382 > .ba-video-background {display: none;}#item-15962918413382 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413382 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413382 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413382 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413382 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413383 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413383 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413383.visible {opacity: 1;}#item-15962918413383 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413383 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413383 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413383 > .ba-video-background {display: none;}#item-15962918413383 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413383 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413383 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413383 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413383 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413388 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413388 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15962918413388.visible {opacity: 1;}#item-15962918413388 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413388 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413388 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413388 > .ba-video-background {display: none;}#item-15962918413388 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413388 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413388 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413388 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413388 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413389 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413389 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413389.visible {opacity: 1;}#item-15962918413389 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413389 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413389 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413389 > .ba-video-background {display: none;}#item-15962918413389 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413389 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413389 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413389 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413389 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15962918413390 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15962918413390 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413390 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15962918413390 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15962918413390 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15962918413390 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15962918413390 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15962918413390.visible {opacity: 1;}#item-15962918413390 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413390 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413390 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15962918413390 > .ba-video-background {display: none;}#item-15962918413390 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413390 > .ba-box-model:before {height: 0px;top: -1px;}#item-15962918413390 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15962918413390 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413390 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15962918413392 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15962918413392 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15962918413392.visible {opacity: 1;}#item-15962918413392 > .parallax-wrapper .parallax {background-image: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15962918413392 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15962918413392 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15962918413392 > .ba-video-background {display: none;}#item-15962918413392 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15962918413392 > .ba-box-model:before {height: 0px;top: 0;}#item-15962918413392 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15962918413392 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15962918413392 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652348 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200384652348 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652348 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200384652348 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200384652348 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200384652348 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200384652348 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652348.visible {opacity: 1;}#item-16200384652348 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652348 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652348 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652348 > .ba-video-background {display: none;}#item-16200384652348 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652348 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652348 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652348 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652348 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652350 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652350 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652350.visible {opacity: 1;}#item-16200384652350 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652350 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652350 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652350 > .ba-video-background {display: none;}#item-16200384652350 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652350 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652350 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652350 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652350 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652353 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652353 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652353.visible {opacity: 1;}#item-16200384652353 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652353 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652353 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652353 > .ba-video-background {display: none;}#item-16200384652353 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652353 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652353 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652353 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652353 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652355 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652355 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652355.visible {opacity: 1;}#item-16200384652355 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652355 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652355 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652355 > .ba-video-background {display: none;}#item-16200384652355 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200384652355 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652355 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652355 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652355 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652357 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652357 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652357.visible {opacity: 1;}#item-16200384652357 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652357 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652357 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652357 > .ba-video-background {display: none;}#item-16200384652357 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652357 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652357 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652357 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652357 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652358 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652358 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652358.visible {opacity: 1;}#item-16200384652358 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652358 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652358 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652358 > .ba-video-background {display: none;}#item-16200384652358 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652358 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652358 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652358 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652358 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652360 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652360 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652360.visible {opacity: 1;}#item-16200384652360 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652360 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652360 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652360 > .ba-video-background {display: none;}#item-16200384652360 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652360 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652360 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652360 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652360 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652361 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652361 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652361.visible {opacity: 1;}#item-16200384652361 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652361 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652361 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652361 > .ba-video-background {display: none;}#item-16200384652361 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652361 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652361 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652361 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652361 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652363 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652363 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200384652363.visible {opacity: 1;}#item-16200384652363 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652363 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652363 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652363 > .ba-video-background {display: none;}#item-16200384652363 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652363 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652363 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652363 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652363 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652364 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652364 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652364.visible {opacity: 1;}#item-16200384652364 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652364 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652364 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652364 > .ba-video-background {display: none;}#item-16200384652364 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652364 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652364 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652364 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652364 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200384652365 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200384652365 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652365 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200384652365 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200384652365 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200384652365 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200384652365 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200384652365.visible {opacity: 1;}#item-16200384652365 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652365 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652365 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200384652365 > .ba-video-background {display: none;}#item-16200384652365 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652365 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200384652365 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200384652365 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652365 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200384652367 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200384652367 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200384652367.visible {opacity: 1;}#item-16200384652367 > .parallax-wrapper .parallax {background-image: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200384652367 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200384652367 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200384652367 > .ba-video-background {display: none;}#item-16200384652367 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200384652367 > .ba-box-model:before {height: 0px;top: 0;}#item-16200384652367 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200384652367 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200384652367 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314508 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16004618314508 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314508 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004618314508 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004618314508 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004618314508 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004618314508 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314508.visible {opacity: 1;}#item-16004618314508 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314508 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314508 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314508 > .ba-video-background {display: none;}#item-16004618314508 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314508 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314508 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314508 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314508 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314510 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314510 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314510.visible {opacity: 1;}#item-16004618314510 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314510 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314510 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314510 > .ba-video-background {display: none;}#item-16004618314510 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314510 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314510 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314510 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314510 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314513 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314513.visible {opacity: 1;}#item-16004618314513 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314513 > .ba-video-background {display: none;}#item-16004618314513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314513 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314513 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314513 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314515 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314515.visible {opacity: 1;}#item-16004618314515 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314515 > .ba-video-background {display: none;}#item-16004618314515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004618314515 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314517 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314517 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314517.visible {opacity: 1;}#item-16004618314517 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314517 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314517 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314517 > .ba-video-background {display: none;}#item-16004618314517 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314517 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314517 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314517 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314517 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314518 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314518.visible {opacity: 1;}#item-16004618314518 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314518 > .ba-video-background {display: none;}#item-16004618314518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314518 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314520 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314520.visible {opacity: 1;}#item-16004618314520 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314520 > .ba-video-background {display: none;}#item-16004618314520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314520 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314520 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314520 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314521 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314521 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314521.visible {opacity: 1;}#item-16004618314521 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314521 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314521 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314521 > .ba-video-background {display: none;}#item-16004618314521 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314521 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314521 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314521 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314521 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314523 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314523 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004618314523.visible {opacity: 1;}#item-16004618314523 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314523 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314523 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314523 > .ba-video-background {display: none;}#item-16004618314523 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314523 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314523 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314523 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314523 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314524 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314524 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314524.visible {opacity: 1;}#item-16004618314524 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314524 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314524 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314524 > .ba-video-background {display: none;}#item-16004618314524 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314524 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314524 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314524 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314524 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004618314525 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16004618314525 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314525 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004618314525 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004618314525 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004618314525 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004618314525 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004618314525.visible {opacity: 1;}#item-16004618314525 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314525 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314525 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004618314525 > .ba-video-background {display: none;}#item-16004618314525 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314525 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004618314525 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004618314525 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314525 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004618314527 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004618314527 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004618314527.visible {opacity: 1;}#item-16004618314527 > .parallax-wrapper .parallax {background-image: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004618314527 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004618314527 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004618314527 > .ba-video-background {display: none;}#item-16004618314527 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004618314527 > .ba-box-model:before {height: 0px;top: 0;}#item-16004618314527 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004618314527 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004618314527 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940438 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16004622940438 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940438 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004622940438 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004622940438 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004622940438 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004622940438 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940438.visible {opacity: 1;}#item-16004622940438 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940438 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940438 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940438 > .ba-video-background {display: none;}#item-16004622940438 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940438 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940438 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940438 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940438 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940440 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940440 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940440.visible {opacity: 1;}#item-16004622940440 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940440 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940440 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940440 > .ba-video-background {display: none;}#item-16004622940440 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940440 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940440 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940440 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940440 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940443 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940443 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940443.visible {opacity: 1;}#item-16004622940443 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940443 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940443 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940443 > .ba-video-background {display: none;}#item-16004622940443 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940443 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940443 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940443 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940443 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940445 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940445 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940445.visible {opacity: 1;}#item-16004622940445 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940445 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940445 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940445 > .ba-video-background {display: none;}#item-16004622940445 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16004622940445 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940445 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940445 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940445 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078173233 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173233 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078173233.visible {opacity: 1;}#item-16031078173233 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173233 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173233 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078173233 > .ba-video-background {display: none;}#item-16031078173233 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173233 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173233 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173233 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173233 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078173234 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078173234 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078173234.visible {opacity: 1;}#item-16031078173234 > .parallax-wrapper .parallax {background-image: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078173234 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078173234 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078173234 > .ba-video-background {display: none;}#item-16031078173234 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078173234 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078173234 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078173234 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078173234 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940450 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940450 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16004622940450.visible {opacity: 1;}#item-16004622940450 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940450 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940450 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940450 > .ba-video-background {display: none;}#item-16004622940450 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940450 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940450 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940450 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940450 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940451 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940451 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940451.visible {opacity: 1;}#item-16004622940451 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940451 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940451 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940451 > .ba-video-background {display: none;}#item-16004622940451 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940451 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940451 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940451 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940451 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078253623 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253623 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16031078253623.visible {opacity: 1;}#item-16031078253623 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253623 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253623 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16031078253623 > .ba-video-background {display: none;}#item-16031078253623 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253623 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253623 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253623 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253623 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16031078253624 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16031078253624 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16031078253624.visible {opacity: 1;}#item-16031078253624 > .parallax-wrapper .parallax {background-image: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16031078253624 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16031078253624 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16031078253624 > .ba-video-background {display: none;}#item-16031078253624 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16031078253624 > .ba-box-model:before {height: 0px;top: 0;}#item-16031078253624 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16031078253624 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16031078253624 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16004622940455 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16004622940455 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940455 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004622940455 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16004622940455 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004622940455 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16004622940455 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16004622940455.visible {opacity: 1;}#item-16004622940455 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940455 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940455 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16004622940455 > .ba-video-background {display: none;}#item-16004622940455 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940455 > .ba-box-model:before {height: 0px;top: -1px;}#item-16004622940455 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16004622940455 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940455 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16004622940457 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16004622940457 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16004622940457.visible {opacity: 1;}#item-16004622940457 > .parallax-wrapper .parallax {background-image: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16004622940457 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16004622940457 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16004622940457 > .ba-video-background {display: none;}#item-16004622940457 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16004622940457 > .ba-box-model:before {height: 0px;top: 0;}#item-16004622940457 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16004622940457 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16004622940457 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16119312897561 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16119312897561 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897561.visible {opacity: 1;}#item-16119312897561 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897561 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897561 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897561 > .ba-video-background {display: none;}#item-16119312897561 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897561 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897561 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897561 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897561 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897563 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897563 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897563.visible {opacity: 1;}#item-16119312897563 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897563 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897563 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897563 > .ba-video-background {display: none;}#item-16119312897563 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16119312897563 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897563 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897563 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897563 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897564 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897564 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897564.visible {opacity: 1;}#item-16119312897564 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897564 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897564 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897564 > .ba-video-background {display: none;}#item-16119312897564 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897564 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897564 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897564 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897564 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897566 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897566 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897566.visible {opacity: 1;}#item-16119312897566 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897566 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897566 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897566 > .ba-video-background {display: none;}#item-16119312897566 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897566 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897566 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897566 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897566 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897567 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897567 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897567.visible {opacity: 1;}#item-16119312897567 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897567 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897567 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897567 > .ba-video-background {display: none;}#item-16119312897567 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897567 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897567 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897567 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897567 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897569 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897569 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16119312897569.visible {opacity: 1;}#item-16119312897569 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897569 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897569 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897569 > .ba-video-background {display: none;}#item-16119312897569 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897569 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897569 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897569 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897569 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16119312897570 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16119312897570 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16119312897570.visible {opacity: 1;}#item-16119312897570 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897570 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897570 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16119312897570 > .ba-video-background {display: none;}#item-16119312897570 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897570 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897570 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897570 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16119312897570 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16119312897571 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16119312897571 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16119312897571.visible {opacity: 1;}#item-16119312897571 > .parallax-wrapper .parallax {background-image: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16119312897571 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16119312897571 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16119312897571 > .ba-video-background {display: none;}#item-16119312897571 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16119312897571 > .ba-box-model:before {height: 0px;top: 0;}#item-16119312897571 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16119312897571 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16119312897571 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15739491242275 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739491242275 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242275.visible {opacity: 1;}#item-15739491242275 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242275 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242275 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242275 > .ba-video-background {display: none;}#item-15739491242275 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242275 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242275 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242275 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242275 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242277 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242277 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15739491242277.visible {opacity: 1;}#item-15739491242277 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242277 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242277 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242277 > .ba-video-background {display: none;}#item-15739491242277 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15739491242277 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242277 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242277 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242277 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242278 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242278 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242278.visible {opacity: 1;}#item-15739491242278 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242278 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242278 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242278 > .ba-video-background {display: none;}#item-15739491242278 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242278 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242278 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242278 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242278 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242280 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242280 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242280.visible {opacity: 1;}#item-15739491242280 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242280 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242280 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242280 > .ba-video-background {display: none;}#item-15739491242280 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242280 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242280 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242280 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242280 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242281 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242281 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242281.visible {opacity: 1;}#item-15739491242281 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242281 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242281 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242281 > .ba-video-background {display: none;}#item-15739491242281 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242281 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242281 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242281 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242281 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242283 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242283 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242283.visible {opacity: 1;}#item-15739491242283 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242283 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242283 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242283 > .ba-video-background {display: none;}#item-15739491242283 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242283 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242283 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242283 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242283 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15739491242284 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15739491242284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15739491242284.visible {opacity: 1;}#item-15739491242284 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15739491242284 > .ba-video-background {display: none;}#item-15739491242284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242284 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15739491242284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15739491242285 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15739491242285 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15739491242285.visible {opacity: 1;}#item-15739491242285 > .parallax-wrapper .parallax {background-image: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15739491242285 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15739491242285 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15739491242285 > .ba-video-background {display: none;}#item-15739491242285 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15739491242285 > .ba-box-model:before {height: 0px;top: 0;}#item-15739491242285 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15739491242285 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739491242285 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15568849647513 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15568849647513 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647513.visible {opacity: 1;}#item-15568849647513 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647513 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647513 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647513 > .ba-video-background {display: none;}#item-15568849647513 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647513 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647513 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647513 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647513 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647515 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647515 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15568849647515.visible {opacity: 1;}#item-15568849647515 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647515 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647515 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647515 > .ba-video-background {display: none;}#item-15568849647515 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15568849647515 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647515 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647515 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647515 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647516 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647516 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647516.visible {opacity: 1;}#item-15568849647516 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647516 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647516 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647516 > .ba-video-background {display: none;}#item-15568849647516 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647516 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647516 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647516 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647516 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647518 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647518 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647518.visible {opacity: 1;}#item-15568849647518 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647518 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647518 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647518 > .ba-video-background {display: none;}#item-15568849647518 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647518 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647518 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647518 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647518 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568849647519 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568849647519 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568849647519.visible {opacity: 1;}#item-15568849647519 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647519 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647519 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568849647519 > .ba-video-background {display: none;}#item-15568849647519 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647519 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647519 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647519 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568849647519 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15568869203 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15568869203 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15568869203.visible {opacity: 1;}#item-15568869203 > .parallax-wrapper .parallax {background-image: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568869203 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568869203 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15568869203 > .ba-video-background {display: none;}#item-15568869203 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568869203 > .ba-box-model:before {height: 0px;top: 0;}#item-15568869203 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568869203 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15568869203 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15568849647520 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15568849647520 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15568849647520.visible {opacity: 1;}#item-15568849647520 > .parallax-wrapper .parallax {background-image: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15568849647520 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15568849647520 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15568849647520 > .ba-video-background {display: none;}#item-15568849647520 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15568849647520 > .ba-box-model:before {height: 0px;top: 0;}#item-15568849647520 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15568849647520 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15568849647520 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15434219117237 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15434219117237 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117237.visible {opacity: 1;}#item-15434219117237 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117237 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117237 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117237 > .ba-video-background {display: none;}#item-15434219117237 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117237 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117237 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117237 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117237 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15434219117240 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15434219117240 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15434219117240.visible {opacity: 1;}#item-15434219117240 > .parallax-wrapper .parallax {background-image: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15434219117240 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15434219117240 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15434219117240 > .ba-video-background {display: none;}#item-15434219117240 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15434219117240 > .ba-box-model:before {height: 0px;top: 0;}#item-15434219117240 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15434219117240 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15434219117240 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15995962025828 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15995962025828 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025828 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15995962025828 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15995962025828 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15995962025828 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15995962025828 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025828.visible {opacity: 1;}#item-15995962025828 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025828 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025828 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025828 > .ba-video-background {display: none;}#item-15995962025828 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025828 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025828 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025828 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025828 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025830 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025830 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025830.visible {opacity: 1;}#item-15995962025830 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025830 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025830 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025830 > .ba-video-background {display: none;}#item-15995962025830 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025830 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025830 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025830 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025830 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025833 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025833 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025833.visible {opacity: 1;}#item-15995962025833 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025833 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025833 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025833 > .ba-video-background {display: none;}#item-15995962025833 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025833 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025833 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025833 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025833 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025835 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025835 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025835.visible {opacity: 1;}#item-15995962025835 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025835 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025835 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025835 > .ba-video-background {display: none;}#item-15995962025835 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-15995962025835 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025835 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025835 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025835 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025837 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025837 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025837.visible {opacity: 1;}#item-15995962025837 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025837 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025837 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025837 > .ba-video-background {display: none;}#item-15995962025837 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025837 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025837 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025837 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025837 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025838 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025838 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025838.visible {opacity: 1;}#item-15995962025838 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025838 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025838 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025838 > .ba-video-background {display: none;}#item-15995962025838 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025838 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025838 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025838 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025838 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025840 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025840 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025840.visible {opacity: 1;}#item-15995962025840 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025840 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025840 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025840 > .ba-video-background {display: none;}#item-15995962025840 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025840 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025840 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025840 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025840 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025841 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025841 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025841.visible {opacity: 1;}#item-15995962025841 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025841 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025841 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025841 > .ba-video-background {display: none;}#item-15995962025841 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025841 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025841 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025841 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025841 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025843 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025843 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-15995962025843.visible {opacity: 1;}#item-15995962025843 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025843 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025843 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025843 > .ba-video-background {display: none;}#item-15995962025843 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025843 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025843 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025843 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025843 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025844 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025844 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025844.visible {opacity: 1;}#item-15995962025844 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025844 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025844 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025844 > .ba-video-background {display: none;}#item-15995962025844 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025844 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025844 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025844 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025844 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15995962025845 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15995962025845 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025845 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15995962025845 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15995962025845 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15995962025845 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15995962025845 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15995962025845.visible {opacity: 1;}#item-15995962025845 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025845 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025845 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15995962025845 > .ba-video-background {display: none;}#item-15995962025845 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025845 > .ba-box-model:before {height: 0px;top: -1px;}#item-15995962025845 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-15995962025845 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025845 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15995962025847 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15995962025847 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15995962025847.visible {opacity: 1;}#item-15995962025847 > .parallax-wrapper .parallax {background-image: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15995962025847 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15995962025847 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-15995962025847 > .ba-video-background {display: none;}#item-15995962025847 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15995962025847 > .ba-box-model:before {height: 0px;top: 0;}#item-15995962025847 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15995962025847 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15995962025847 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369282 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16509305369282 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369282 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369282 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369282 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369282 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369282 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369282.visible {opacity: 1;}#item-16509305369282 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369282 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369282 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369282 > .ba-video-background {display: none;}#item-16509305369282 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369282 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369282 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369282 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369282 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369284 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369284 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369284.visible {opacity: 1;}#item-16509305369284 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369284 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369284 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369284 > .ba-video-background {display: none;}#item-16509305369284 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369284 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369284 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369284 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369284 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369287 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369287 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369287.visible {opacity: 1;}#item-16509305369287 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369287 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369287 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369287 > .ba-video-background {display: none;}#item-16509305369287 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369287 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369287 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369287 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369287 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369289 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369289 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369289.visible {opacity: 1;}#item-16509305369289 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369289 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369289 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369289 > .ba-video-background {display: none;}#item-16509305369289 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16509305369289 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369289 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369289 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369289 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369291 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369291 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369291.visible {opacity: 1;}#item-16509305369291 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369291 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369291 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369291 > .ba-video-background {display: none;}#item-16509305369291 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369291 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369291 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369291 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369291 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369292 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369292 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369292.visible {opacity: 1;}#item-16509305369292 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369292 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369292 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369292 > .ba-video-background {display: none;}#item-16509305369292 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369292 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369292 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369292 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369292 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369294 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369294 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369294.visible {opacity: 1;}#item-16509305369294 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369294 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369294 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369294 > .ba-video-background {display: none;}#item-16509305369294 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369294 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369294 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369294 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369294 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369295 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369295 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369295.visible {opacity: 1;}#item-16509305369295 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369295 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369295 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369295 > .ba-video-background {display: none;}#item-16509305369295 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369295 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369295 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369295 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369295 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369297 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369297 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369297.visible {opacity: 1;}#item-16509305369297 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369297 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369297 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369297 > .ba-video-background {display: none;}#item-16509305369297 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369297 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369297 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369297 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369297 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369298 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369298 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369298.visible {opacity: 1;}#item-16509305369298 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369298 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369298 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369298 > .ba-video-background {display: none;}#item-16509305369298 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369298 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369298 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369298 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369298 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369300 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369300 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16509305369300.visible {opacity: 1;}#item-16509305369300 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369300 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369300 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369300 > .ba-video-background {display: none;}#item-16509305369300 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369300 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369300 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369300 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369300 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369301 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369301 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369301.visible {opacity: 1;}#item-16509305369301 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369301 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369301 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369301 > .ba-video-background {display: none;}#item-16509305369301 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369301 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369301 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369301 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369301 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16509305369302 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16509305369302 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369302 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369302 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369302 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369302 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369302 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16509305369302.visible {opacity: 1;}#item-16509305369302 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369302 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369302 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16509305369302 > .ba-video-background {display: none;}#item-16509305369302 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369302 > .ba-box-model:before {height: 0px;top: -1px;}#item-16509305369302 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16509305369302 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369302 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16509305369304 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16509305369304 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16509305369304.visible {opacity: 1;}#item-16509305369304 > .parallax-wrapper .parallax {background-image: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16509305369304 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16509305369304 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16509305369304 > .ba-video-background {display: none;}#item-16509305369304 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16509305369304 > .ba-box-model:before {height: 0px;top: 0;}#item-16509305369304 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16509305369304 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16509305369304 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911778 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200616911778 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911778 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200616911778 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200616911778 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200616911778 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200616911778 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911778.visible {opacity: 1;}#item-16200616911778 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911778 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911778 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911778 > .ba-video-background {display: none;}#item-16200616911778 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911778 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911778 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911778 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911778 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911780 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911780 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911780.visible {opacity: 1;}#item-16200616911780 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911780 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911780 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911780 > .ba-video-background {display: none;}#item-16200616911780 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911780 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911780 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911780 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911780 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911783 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911783 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911783.visible {opacity: 1;}#item-16200616911783 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911783 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911783 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911783 > .ba-video-background {display: none;}#item-16200616911783 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911783 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911783 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911783 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911783 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911785 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911785 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16200616911785.visible {opacity: 1;}#item-16200616911785 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911785 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911785 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911785 > .ba-video-background {display: none;}#item-16200616911785 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16200616911785 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911785 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911785 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911785 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16345629085493 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16345629085493.visible {opacity: 1;}#item-16345629085493 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16345629085493 > .ba-video-background {display: none;}#item-16345629085493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085493 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16345629085494 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16345629085494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16345629085494.visible {opacity: 1;}#item-16345629085494 > .parallax-wrapper .parallax {background-image: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16345629085494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16345629085494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16345629085494 > .ba-video-background {display: none;}#item-16345629085494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16345629085494 > .ba-box-model:before {height: 0px;top: 0;}#item-16345629085494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16345629085494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16345629085494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035921673 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921673 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035921673.visible {opacity: 1;}#item-16273035921673 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921673 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921673 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035921673 > .ba-video-background {display: none;}#item-16273035921673 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921673 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921673 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921673 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921673 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035921674 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035921674 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035921674.visible {opacity: 1;}#item-16273035921674 > .parallax-wrapper .parallax {background-image: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035921674 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035921674 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035921674 > .ba-video-background {display: none;}#item-16273035921674 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035921674 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035921674 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035921674 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035921674 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035431943 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431943 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273035431943.visible {opacity: 1;}#item-16273035431943 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431943 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431943 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273035431943 > .ba-video-background {display: none;}#item-16273035431943 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431943 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431943 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431943 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431943 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273035431944 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273035431944 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273035431944.visible {opacity: 1;}#item-16273035431944 > .parallax-wrapper .parallax {background-image: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273035431944 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273035431944 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273035431944 > .ba-video-background {display: none;}#item-16273035431944 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273035431944 > .ba-box-model:before {height: 0px;top: 0;}#item-16273035431944 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273035431944 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273035431944 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273036177993 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177993 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16273036177993.visible {opacity: 1;}#item-16273036177993 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177993 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177993 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16273036177993 > .ba-video-background {display: none;}#item-16273036177993 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177993 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177993 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177993 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177993 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16273036177994 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16273036177994 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16273036177994.visible {opacity: 1;}#item-16273036177994 > .parallax-wrapper .parallax {background-image: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16273036177994 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16273036177994 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16273036177994 > .ba-video-background {display: none;}#item-16273036177994 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16273036177994 > .ba-box-model:before {height: 0px;top: 0;}#item-16273036177994 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16273036177994 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16273036177994 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200616911795 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200616911795 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911795 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200616911795 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200616911795 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200616911795 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200616911795 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200616911795.visible {opacity: 1;}#item-16200616911795 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911795 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911795 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200616911795 > .ba-video-background {display: none;}#item-16200616911795 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911795 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200616911795 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200616911795 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911795 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200616911797 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200616911797 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200616911797.visible {opacity: 1;}#item-16200616911797 > .parallax-wrapper .parallax {background-image: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200616911797 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200616911797 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200616911797 > .ba-video-background {display: none;}#item-16200616911797 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200616911797 > .ba-box-model:before {height: 0px;top: 0;}#item-16200616911797 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200616911797 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200616911797 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615772 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16551353615772 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615772 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615772 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615772 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615772 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615772 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615772.visible {opacity: 1;}#item-16551353615772 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615772 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615772 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615772 > .ba-video-background {display: none;}#item-16551353615772 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615772 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615772 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615772 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615772 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615774 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615774 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615774.visible {opacity: 1;}#item-16551353615774 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615774 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615774 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615774 > .ba-video-background {display: none;}#item-16551353615774 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615774 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615774 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615774 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615774 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615777 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615777 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615777.visible {opacity: 1;}#item-16551353615777 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615777 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615777 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615777 > .ba-video-background {display: none;}#item-16551353615777 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615777 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615777 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615777 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615777 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615779 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615779 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615779.visible {opacity: 1;}#item-16551353615779 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615779 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615779 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615779 > .ba-video-background {display: none;}#item-16551353615779 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16551353615779 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615779 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615779 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615779 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615781 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615781 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16551353615781.visible {opacity: 1;}#item-16551353615781 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615781 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615781 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615781 > .ba-video-background {display: none;}#item-16551353615781 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615781 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615781 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615781 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615781 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615782 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615782 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615782.visible {opacity: 1;}#item-16551353615782 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615782 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615782 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615782 > .ba-video-background {display: none;}#item-16551353615782 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615782 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615782 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615782 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615782 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16551353615792 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16551353615792 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615792 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615792 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615792 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615792 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615792 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16551353615792.visible {opacity: 1;}#item-16551353615792 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615792 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615792 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16551353615792 > .ba-video-background {display: none;}#item-16551353615792 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615792 > .ba-box-model:before {height: 0px;top: -1px;}#item-16551353615792 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16551353615792 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615792 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16551353615794 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16551353615794 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16551353615794.visible {opacity: 1;}#item-16551353615794 > .parallax-wrapper .parallax {background-image: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16551353615794 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16551353615794 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16551353615794 > .ba-video-background {display: none;}#item-16551353615794 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16551353615794 > .ba-box-model:before {height: 0px;top: 0;}#item-16551353615794 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16551353615794 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16551353615794 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17126210468984 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-17126210468984 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17126210468984 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-17126210468984 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: -1px;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-17126210468984 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: -1px;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-17126210468984 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: -1px;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-17126210468984 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-17126210468984.visible {opacity: 1;}#item-17126210468984 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468984 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468984 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-17126210468984 > .ba-video-background {display: none;}#item-17126210468984 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468984 > .ba-box-model:before {height: 0px;top: -1px;}#item-17126210468984 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-17126210468984 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17126210468984 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17126210468989 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17126210468989 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17126210468989.visible {opacity: 1;}#item-17126210468989 > .parallax-wrapper .parallax {background-image: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17126210468989 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17126210468989 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17126210468989 > .ba-video-background {display: none;}#item-17126210468989 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17126210468989 > .ba-box-model:before {height: 0px;top: 0;}#item-17126210468989 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17126210468989 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17126210468989 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17246771162 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17246771162 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17246771162.visible {opacity: 1;}#item-17246771162 > .parallax-wrapper .parallax {background-image: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17246771162 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17246771162 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17246771162 > .ba-video-background {display: none;}#item-17246771162 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17246771162 > .ba-box-model:before {height: 0px;top: 0;}#item-17246771162 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17246771162 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17246771162 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17254663154 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17254663154 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17254663154.visible {opacity: 1;}#item-17254663154 > .parallax-wrapper .parallax {background-image: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17254663154 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17254663154 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17254663154 > .ba-video-background {display: none;}#item-17254663154 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17254663154 > .ba-box-model:before {height: 0px;top: 0;}#item-17254663154 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17254663154 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17254663154 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900484 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16696377900484 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900484 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900484 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900484 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900484 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900484 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900484.visible {opacity: 1;}#item-16696377900484 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900484 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900484 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900484 > .ba-video-background {display: none;}#item-16696377900484 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900484 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900484 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900484 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900484 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900486 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900486 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900486.visible {opacity: 1;}#item-16696377900486 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900486 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900486 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900486 > .ba-video-background {display: none;}#item-16696377900486 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900486 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900486 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900486 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900486 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900489 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900489 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900489.visible {opacity: 1;}#item-16696377900489 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900489 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900489 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900489 > .ba-video-background {display: none;}#item-16696377900489 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900489 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900489 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900489 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900489 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900491 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900491 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900491.visible {opacity: 1;}#item-16696377900491 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900491 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900491 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900491 > .ba-video-background {display: none;}#item-16696377900491 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16696377900491 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900491 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900491 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900491 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900493 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900493 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16696377900493.visible {opacity: 1;}#item-16696377900493 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900493 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900493 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900493 > .ba-video-background {display: none;}#item-16696377900493 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900493 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900493 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900493 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900493 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900494 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900494 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900494.visible {opacity: 1;}#item-16696377900494 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900494 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900494 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900494 > .ba-video-background {display: none;}#item-16696377900494 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900494 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900494 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900494 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900494 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16700064649073 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649073 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16700064649073.visible {opacity: 1;}#item-16700064649073 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649073 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649073 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16700064649073 > .ba-video-background {display: none;}#item-16700064649073 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649073 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649073 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649073 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649073 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16700064649074 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16700064649074 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16700064649074.visible {opacity: 1;}#item-16700064649074 > .parallax-wrapper .parallax {background-image: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16700064649074 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16700064649074 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16700064649074 > .ba-video-background {display: none;}#item-16700064649074 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16700064649074 > .ba-box-model:before {height: 0px;top: 0;}#item-16700064649074 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16700064649074 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16700064649074 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16696377900495 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16696377900495 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900495 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900495 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900495 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900495 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900495 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16696377900495.visible {opacity: 1;}#item-16696377900495 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900495 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900495 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16696377900495 > .ba-video-background {display: none;}#item-16696377900495 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900495 > .ba-box-model:before {height: 0px;top: -1px;}#item-16696377900495 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16696377900495 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900495 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16696377900497 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16696377900497 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16696377900497.visible {opacity: 1;}#item-16696377900497 > .parallax-wrapper .parallax {background-image: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16696377900497 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16696377900497 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16696377900497 > .ba-video-background {display: none;}#item-16696377900497 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16696377900497 > .ba-box-model:before {height: 0px;top: 0;}#item-16696377900497 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16696377900497 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16696377900497 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248878 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16774988248878 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248878 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248878 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248878 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248878 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248878 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248878.visible {opacity: 1;}#item-16774988248878 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248878 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248878 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248878 > .ba-video-background {display: none;}#item-16774988248878 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248878 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248878 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248878 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248878 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248880 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248880 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248880.visible {opacity: 1;}#item-16774988248880 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248880 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248880 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248880 > .ba-video-background {display: none;}#item-16774988248880 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248880 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248880 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248880 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248880 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248883 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248883 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248883.visible {opacity: 1;}#item-16774988248883 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248883 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248883 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248883 > .ba-video-background {display: none;}#item-16774988248883 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248883 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248883 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248883 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248883 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248885 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248885 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248885.visible {opacity: 1;}#item-16774988248885 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248885 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248885 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248885 > .ba-video-background {display: none;}#item-16774988248885 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16774988248885 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248885 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248885 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248885 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248887 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248887 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248887.visible {opacity: 1;}#item-16774988248887 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248887 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248887 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248887 > .ba-video-background {display: none;}#item-16774988248887 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248887 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248887 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248887 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248887 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248888 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248888 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248888.visible {opacity: 1;}#item-16774988248888 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248888 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248888 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248888 > .ba-video-background {display: none;}#item-16774988248888 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248888 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248888 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248888 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248888 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248890 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248890 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248890.visible {opacity: 1;}#item-16774988248890 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248890 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248890 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248890 > .ba-video-background {display: none;}#item-16774988248890 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248890 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248890 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248890 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248890 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248891 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248891 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248891.visible {opacity: 1;}#item-16774988248891 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248891 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248891 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248891 > .ba-video-background {display: none;}#item-16774988248891 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248891 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248891 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248891 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248891 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248893 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248893 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16774988248893.visible {opacity: 1;}#item-16774988248893 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248893 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248893 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248893 > .ba-video-background {display: none;}#item-16774988248893 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248893 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248893 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248893 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248893 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248894 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248894 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248894.visible {opacity: 1;}#item-16774988248894 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248894 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248894 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248894 > .ba-video-background {display: none;}#item-16774988248894 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248894 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248894 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248894 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248894 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16774988248895 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16774988248895 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248895 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248895 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248895 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248895 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248895 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16774988248895.visible {opacity: 1;}#item-16774988248895 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248895 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248895 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16774988248895 > .ba-video-background {display: none;}#item-16774988248895 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248895 > .ba-box-model:before {height: 0px;top: -1px;}#item-16774988248895 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16774988248895 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248895 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16774988248897 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16774988248897 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16774988248897.visible {opacity: 1;}#item-16774988248897 > .parallax-wrapper .parallax {background-image: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16774988248897 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16774988248897 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16774988248897 > .ba-video-background {display: none;}#item-16774988248897 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16774988248897 > .ba-box-model:before {height: 0px;top: 0;}#item-16774988248897 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16774988248897 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16774988248897 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304168 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16781016304168 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304168 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304168 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304168 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304168 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304168 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304168.visible {opacity: 1;}#item-16781016304168 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304168 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304168 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304168 > .ba-video-background {display: none;}#item-16781016304168 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304168 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304168 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304168 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304168 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304170 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304170 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304170.visible {opacity: 1;}#item-16781016304170 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304170 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304170 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304170 > .ba-video-background {display: none;}#item-16781016304170 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304170 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304170 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304170 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304170 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304173 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304173 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304173.visible {opacity: 1;}#item-16781016304173 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304173 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304173 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304173 > .ba-video-background {display: none;}#item-16781016304173 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304173 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304173 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304173 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304173 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304175 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304175 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304175.visible {opacity: 1;}#item-16781016304175 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304175 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304175 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304175 > .ba-video-background {display: none;}#item-16781016304175 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16781016304175 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304175 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304175 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304175 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304177 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304177 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304177.visible {opacity: 1;}#item-16781016304177 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304177 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304177 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304177 > .ba-video-background {display: none;}#item-16781016304177 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304177 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304177 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304177 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304177 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304178 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304178 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304178.visible {opacity: 1;}#item-16781016304178 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304178 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304178 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304178 > .ba-video-background {display: none;}#item-16781016304178 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304178 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304178 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304178 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304178 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304180 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304180 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304180.visible {opacity: 1;}#item-16781016304180 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304180 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304180 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304180 > .ba-video-background {display: none;}#item-16781016304180 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304180 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304180 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304180 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304180 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304181 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304181 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304181.visible {opacity: 1;}#item-16781016304181 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304181 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304181 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304181 > .ba-video-background {display: none;}#item-16781016304181 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304181 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304181 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304181 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304181 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304183 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304183 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16781016304183.visible {opacity: 1;}#item-16781016304183 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304183 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304183 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304183 > .ba-video-background {display: none;}#item-16781016304183 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304183 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304183 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304183 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304183 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304184 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304184 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304184.visible {opacity: 1;}#item-16781016304184 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304184 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304184 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304184 > .ba-video-background {display: none;}#item-16781016304184 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304184 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304184 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304184 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304184 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16781016304185 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16781016304185 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304185 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304185 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304185 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304185 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304185 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16781016304185.visible {opacity: 1;}#item-16781016304185 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304185 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304185 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16781016304185 > .ba-video-background {display: none;}#item-16781016304185 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304185 > .ba-box-model:before {height: 0px;top: -1px;}#item-16781016304185 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16781016304185 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304185 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16781016304187 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16781016304187 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16781016304187.visible {opacity: 1;}#item-16781016304187 > .parallax-wrapper .parallax {background-image: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16781016304187 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16781016304187 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16781016304187 > .ba-video-background {display: none;}#item-16781016304187 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16781016304187 > .ba-box-model:before {height: 0px;top: 0;}#item-16781016304187 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16781016304187 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16781016304187 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421077 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16805220421077 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421077 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421077 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421077 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421077 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421077 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421077.visible {opacity: 1;}#item-16805220421077 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421077 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421077 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421077 > .ba-video-background {display: none;}#item-16805220421077 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421077 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421077 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421077 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421077 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421079 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421079 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421079.visible {opacity: 1;}#item-16805220421079 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421079 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421079 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421079 > .ba-video-background {display: none;}#item-16805220421079 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421079 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421079 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421079 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421079 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421082 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421082 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421082.visible {opacity: 1;}#item-16805220421082 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421082 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421082 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421082 > .ba-video-background {display: none;}#item-16805220421082 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421082 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421082 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421082 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421082 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421084 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421084 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421084.visible {opacity: 1;}#item-16805220421084 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421084 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421084 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421084 > .ba-video-background {display: none;}#item-16805220421084 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 10px 20px 0 var(--shadow);}#item-16805220421084 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421084 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421084 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421084 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421086 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421086 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421086.visible {opacity: 1;}#item-16805220421086 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421086 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421086 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421086 > .ba-video-background {display: none;}#item-16805220421086 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421086 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421086 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421086 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421086 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421087 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421087 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421087.visible {opacity: 1;}#item-16805220421087 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421087 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421087 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421087 > .ba-video-background {display: none;}#item-16805220421087 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421087 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421087 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421087 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421087 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421089 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421089 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421089.visible {opacity: 1;}#item-16805220421089 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421089 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421089 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421089 > .ba-video-background {display: none;}#item-16805220421089 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421089 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421089 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421089 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421089 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421090 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421090 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421090.visible {opacity: 1;}#item-16805220421090 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421090 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421090 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421090 > .ba-video-background {display: none;}#item-16805220421090 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421090 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421090 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421090 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421090 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421092 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421092 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16805220421092.visible {opacity: 1;}#item-16805220421092 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421092 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421092 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421092 > .ba-video-background {display: none;}#item-16805220421092 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421092 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421092 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421092 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421092 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421093 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421093 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421093.visible {opacity: 1;}#item-16805220421093 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421093 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421093 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421093 > .ba-video-background {display: none;}#item-16805220421093 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421093 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421093 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421093 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421093 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805220421094 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16805220421094 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421094 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421094 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421094 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421094 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421094 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805220421094.visible {opacity: 1;}#item-16805220421094 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421094 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421094 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805220421094 > .ba-video-background {display: none;}#item-16805220421094 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421094 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805220421094 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805220421094 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421094 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805220421096 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805220421096 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805220421096.visible {opacity: 1;}#item-16805220421096 > .parallax-wrapper .parallax {background-image: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805220421096 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805220421096 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805220421096 > .ba-video-background {display: none;}#item-16805220421096 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805220421096 > .ba-box-model:before {height: 0px;top: 0;}#item-16805220421096 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805220421096 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805220421096 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805223766727 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16805223766727 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805223766727 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805223766727 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805223766727 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805223766727 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805223766727 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766727.visible {opacity: 1;}#item-16805223766727 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766727 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766727 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766727 > .ba-video-background {display: none;}#item-16805223766727 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766727 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766727 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766727 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766727 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805223766729 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766729 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766729.visible {opacity: 1;}#item-16805223766729 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766729 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766729 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766729 > .ba-video-background {display: none;}#item-16805223766729 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766729 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766729 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766729 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766729 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16805223766744 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16805223766744 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805223766744 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805223766744 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805223766744 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805223766744 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805223766744 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16805223766744.visible {opacity: 1;}#item-16805223766744 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766744 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766744 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16805223766744 > .ba-video-background {display: none;}#item-16805223766744 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766744 > .ba-box-model:before {height: 0px;top: -1px;}#item-16805223766744 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16805223766744 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805223766744 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16805223766746 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16805223766746 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16805223766746.visible {opacity: 1;}#item-16805223766746 > .parallax-wrapper .parallax {background-image: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16805223766746 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16805223766746 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16805223766746 > .ba-video-background {display: none;}#item-16805223766746 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16805223766746 > .ba-box-model:before {height: 0px;top: 0;}#item-16805223766746 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16805223766746 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16805223766746 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15840183830851 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15840183830851 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830851.visible {opacity: 1;}#item-15840183830851 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830851 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830851 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830851 > .ba-video-background {display: none;}#item-15840183830851 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830851 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830851 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830851 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830851 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16440658910273 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910273 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 10px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-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-16440658910273.visible {opacity: 1;}#item-16440658910273 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910273 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910273 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16440658910273 > .ba-video-background {display: none;}#item-16440658910273 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910273 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910273 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910273 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910273 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16440658910274 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16440658910274 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16440658910274.visible {opacity: 1;}#item-16440658910274 > .parallax-wrapper .parallax {background-image: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16440658910274 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16440658910274 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16440658910274 > .ba-video-background {display: none;}#item-16440658910274 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16440658910274 > .ba-box-model:before {height: 0px;top: 0;}#item-16440658910274 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16440658910274 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16440658910274 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15840183830857 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15840183830857 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15840183830857.visible {opacity: 1;}#item-15840183830857 > .parallax-wrapper .parallax {background-image: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15840183830857 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15840183830857 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15840183830857 > .ba-video-background {display: none;}#item-15840183830857 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15840183830857 > .ba-box-model:before {height: 0px;top: 0;}#item-15840183830857 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15840183830857 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15840183830857 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200562373998 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200562373998 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200562373998 {border-bottom-width : 0;border-color : rgba(0, 0, 0, 1);border-left-width : 0;border-radius : 1px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562373998 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562373998 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562373998 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562373998 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562373998.visible {opacity: 1;}#item-16200562373998 > .parallax-wrapper .parallax {background-image: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562373998 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562373998 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562373998 > .ba-video-background {display: none;}#item-16200562373998 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562373998 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562373998 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562373998 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562373998 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200562374000 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374000 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374000.visible {opacity: 1;}#item-16200562374000 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374000 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374000 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374000 > .ba-video-background {display: none;}#item-16200562374000 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374000 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374000 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374000 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374000 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-16200562374015 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200562374015 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200562374015 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562374015 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562374015 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562374015 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562374015 {border-bottom-width : 1px;border-color : var(--primary);border-left-width : 1px;border-radius : 9px;border-right-width : 1px;border-style : solid;border-top-width : 1px;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-16200562374015.visible {opacity: 1;}#item-16200562374015 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374015 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374015 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-16200562374015 > .ba-video-background {display: none;}#item-16200562374015 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374015 > .ba-box-model:before {height: 0px;top: -1px;}#item-16200562374015 > .ba-box-model:after {height: 0px;bottom: -1px;}#item-16200562374015 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200562374015 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-16200562374017 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-16200562374017 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-16200562374017.visible {opacity: 1;}#item-16200562374017 > .parallax-wrapper .parallax {background-image: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-16200562374017 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-16200562374017 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-16200562374017 > .ba-video-background {display: none;}#item-16200562374017 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-16200562374017 > .ba-box-model:before {height: 0px;top: 0;}#item-16200562374017 > .ba-box-model:after {height: 0px;bottom: 0;}#item-16200562374017 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-16200562374017 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15271140420 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15271140420 p {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h1 {font-family : 'IvyOra Display';font-weight : 700;;;}#item-15271140420 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15271140420 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15271140420 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15271140420 > .ba-box-model:before {height: 25px;}#item-15271140420 > .ba-box-model:after {height: 25px;}}#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 25px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 25px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 25px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 25px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 25px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15276142309990 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15276142309990 p {font-family : 'Open Sans';font-weight : 300;line-height : 24px;;}#item-15276142309990 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15276142309990 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15276142309990 h4 {font-family : 'Open Sans';font-weight : 300;line-height : 32px;;}#item-15276142309990 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15276142309990 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15276142309990 > .ba-box-model:before {height: 5px;}#item-15276142309990 > .ba-box-model:after {height: 5px;}}#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16517829650 .ba-image-wrapper { cursor: default; }@media (max-width: 1200px) {#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16517829650 {text-align: center;display : none;margin-bottom : 25px;margin-top : 25px;}#item-16517829650 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);width: px;}#item-16517829650 .ba-image-wrapper {transition-duration: 0.3s;}#item-16517829650 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16517829650 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16517829650 > .ba-box-model:before {height: 25px;top: -0px;}#item-16517829650 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15845611050 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15845611050 p {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15845611050 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15845611050 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15845611050 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15845611050 > .ba-box-model:before {height: 5px;}#item-15845611050 > .ba-box-model:after {height: 5px;}}#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739505214941 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214941 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214941 > .ba-box-model:before {height: 5px;}#item-15739505214941 > .ba-box-model:after {height: 5px;}}#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668670 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668670 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668670 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668670 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668670 > .ba-box-model:before {height: 5px;}#item-15739517668670 > .ba-box-model:after {height: 5px;}}#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-15739517668671 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15739517668671 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15739517668671 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15739517668671 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668671 .ba-button-wrapper {text-align: center;}#item-15739517668671 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668671 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739517668671 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668671 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739517668671 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739517668671 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739517668671 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739517668671 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668672 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739517668672 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739517668672 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739517668672 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739517668672 > .ba-box-model:before {height: 5px;}#item-15739517668672 > .ba-box-model:after {height: 5px;}}#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15739517668673 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668673 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668673 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668673 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668673 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668673 > .ba-box-model:before {height: 25px;}#item-15739517668673 > .ba-box-model:after {height: 25px;}}#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739517668674 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739517668674 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739517668674 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668674 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668674 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668674 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668674 > .ba-box-model:before {height: 15px;}#item-15739517668674 > .ba-box-model:after {height: 0px;}}#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668675 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668675 > .ba-box-model:before {height: 5px;}#item-15739517668675 > .ba-box-model:after {height: 5px;}}#item-15739517668676 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15739517668676 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15739517668676 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15739517668676 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15739517668676 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739517668676 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739517668676 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739517668676 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739517668676 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668676 .ba-button-wrapper {text-align: center;}#item-15739517668676 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739517668676 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739517668676 .ba-button-wrapper a i {font-size : 24px;}#item-15739517668676 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739517668676 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15739517668676 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739517668676 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739517668676 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840170649531 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840170649531 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840170649531 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840170649531 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840170649531 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840170649531 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840170649531 > .ba-box-model:before {height: 10px;}#item-15840170649531 > .ba-box-model:after {height: 5px;}}#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840170649532 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840170649532 > .ba-box-model:before {height: 5px;}#item-15840170649532 > .ba-box-model:after {height: 5px;}}#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936984647021 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936984647021 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984647021 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984647021 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984647021 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984647021 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984647021 > .ba-box-model:before {height: 10px;}#item-15936984647021 > .ba-box-model:after {height: 5px;}}#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936984647022 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936984647022 > .ba-box-model:before {height: 5px;}#item-15936984647022 > .ba-box-model:after {height: 5px;}}#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870386031331 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870386031331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870386031331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870386031331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870386031331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870386031331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870386031331 > .ba-box-model:before {height: 10px;}#item-15870386031331 > .ba-box-model:after {height: 5px;}}#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870386031332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870386031332 > .ba-box-model:before {height: 5px;}#item-15870386031332 > .ba-box-model:after {height: 5px;}}#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870366125621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15870366125621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15870366125621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15870366125621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15870366125621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15870366125621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15870366125621 > .ba-box-model:before {height: 10px;}#item-15870366125621 > .ba-box-model:after {height: 5px;}}#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15870366125622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15870366125622 > .ba-box-model:before {height: 5px;}#item-15870366125622 > .ba-box-model:after {height: 5px;}}#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15289715925100 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15289715925100 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15289715925100 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15289715925100 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289715925100 .ba-button-wrapper {text-align: center;}#item-15289715925100 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15289715925100 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15289715925100 .ba-button-wrapper a i {font-size : 24px;}#item-15289715925100 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289715925100 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289715925100 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15289715925100 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289715925100 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15409066020 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066020 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066020 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066020 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066020 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066020 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066020 > .ba-box-model:before {height: 0px;}#item-15409066020 > .ba-box-model:after {height: 0px;}}#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15426240570740 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15426240570740 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15426240570740 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15426240570740 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15426240570740 .ba-button-wrapper {text-align: center;}#item-15426240570740 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15426240570740 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15426240570740 .ba-button-wrapper a i {font-size : 24px;}#item-15426240570740 > .ba-box-model:before {height: 5px;top: -0px;}#item-15426240570740 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15426240570740 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15426240570740 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15426240570740 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15332172220 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15332172220 > .ba-box-model:before {height: 5px;}#item-15332172220 > .ba-box-model:after {height: 5px;}}#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15409066335400 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15409066335400 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15409066335400 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409066335400 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409066335400 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409066335400 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409066335400 > .ba-box-model:before {height: 0px;}#item-15409066335400 > .ba-box-model:after {height: 0px;}}#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409065445440 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409065445440 > .ba-box-model:before {height: 5px;}#item-15409065445440 > .ba-box-model:after {height: 5px;}}#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15774733521051 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15774733521051 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733521051 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15774733521051 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733521051 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733521051 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733521051 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733521051 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203391 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203391 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203391 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203391 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203391 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203391 > .ba-box-model:before {height: 5px;}#item-16509305203391 > .ba-box-model:after {height: 5px;}}#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203392 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203392 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203392 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203392 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203392 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203392 > .ba-box-model:before {height: 5px;}#item-16509305203392 > .ba-box-model:after {height: 5px;}}#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16509305203393 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305203393 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305203393 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16509305203393 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203393 .ba-button-wrapper {text-align: center;}#item-16509305203393 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203393 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305203393 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203393 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305203393 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305203393 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305203393 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305203393 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203394 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203394 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305203394 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305203394 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305203394 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305203394 > .ba-box-model:before {height: 5px;}#item-16509305203394 > .ba-box-model:after {height: 5px;}}#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16509305203395 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203395 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203395 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203395 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203395 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203395 > .ba-box-model:before {height: 25px;}#item-16509305203395 > .ba-box-model:after {height: 25px;}}#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203396 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305203396 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203396 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203396 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203396 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203396 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203396 > .ba-box-model:before {height: 15px;}#item-16509305203396 > .ba-box-model:after {height: 0px;}}#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203397 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203397 > .ba-box-model:before {height: 5px;}#item-16509305203397 > .ba-box-model:after {height: 5px;}}#item-16509305203398 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16509305203398 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305203398 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305203398 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305203398 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203398 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203398 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203398 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203398 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203398 .ba-button-wrapper {text-align: center;}#item-16509305203398 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203398 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203398 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203398 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203398 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203398 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203398 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203398 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203399 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203399 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203399 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203399 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203399 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203399 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203399 > .ba-box-model:before {height: 10px;}#item-16509305203399 > .ba-box-model:after {height: 5px;}}#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203400 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203400 > .ba-box-model:before {height: 5px;}#item-16509305203400 > .ba-box-model:after {height: 5px;}}#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203401 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203401 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203401 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203401 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203401 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203401 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203401 > .ba-box-model:before {height: 10px;}#item-16509305203401 > .ba-box-model:after {height: 5px;}}#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203402 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203402 > .ba-box-model:before {height: 5px;}#item-16509305203402 > .ba-box-model:after {height: 5px;}}#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203403 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203403 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203403 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203403 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203403 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203403 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203403 > .ba-box-model:before {height: 10px;}#item-16509305203403 > .ba-box-model:after {height: 5px;}}#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203404 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203404 > .ba-box-model:before {height: 5px;}#item-16509305203404 > .ba-box-model:after {height: 5px;}}#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203405 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305203405 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203405 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203405 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203405 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203405 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203405 > .ba-box-model:before {height: 10px;}#item-16509305203405 > .ba-box-model:after {height: 5px;}}#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203406 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203406 > .ba-box-model:before {height: 5px;}#item-16509305203406 > .ba-box-model:after {height: 5px;}}#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16509305203407 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305203407 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305203407 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203407 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203407 .ba-button-wrapper {text-align: center;}#item-16509305203407 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203407 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203407 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203407 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203407 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203407 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203407 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203407 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203408 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203408 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203408 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203408 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203408 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203408 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203408 > .ba-box-model:before {height: 0px;}#item-16509305203408 > .ba-box-model:after {height: 0px;}}#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16509305203409 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305203409 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305203409 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16509305203409 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-16509305203409 .ba-button-wrapper {text-align: center;}#item-16509305203409 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305203409 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(156, 12, 12, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16509305203409 .ba-button-wrapper a i {font-size : 24px;}#item-16509305203409 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305203409 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305203409 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16509305203409 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305203409 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203410 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203410 > .ba-box-model:before {height: 5px;}#item-16509305203410 > .ba-box-model:after {height: 5px;}}#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305203411 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-16509305203411 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305203411 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305203411 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305203411 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305203411 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305203411 > .ba-box-model:before {height: 0px;}#item-16509305203411 > .ba-box-model:after {height: 0px;}}#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305203412 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305203412 > .ba-box-model:before {height: 5px;}#item-16509305203412 > .ba-box-model:after {height: 5px;}}#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305203413 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16509305203413 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305203413 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305203413 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305203413 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305203413 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305203413 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305203413 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254321 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254321 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254321 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254321 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254321 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254321 > .ba-box-model:before {height: 5px;}#item-15409046254321 > .ba-box-model:after {height: 5px;}}#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254322 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254322 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254322 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254322 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254322 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254322 > .ba-box-model:before {height: 5px;}#item-15409046254322 > .ba-box-model:after {height: 5px;}}#item-15409046254323 {display : none;margin-bottom : 25px;margin-top : 25px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 25px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15409046254323 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15409046254323 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15409046254323 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15409046254323 {display : none;margin-bottom : 25px;margin-top : 25px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 25px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15409046254323 {display : none;margin-bottom : 25px;margin-top : 25px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 25px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15409046254323 {display : none;margin-bottom : 25px;margin-top : 25px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 25px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15409046254323 {display : none;margin-bottom : 25px;margin-top : 25px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 25px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15409046254323 {display : none;margin-bottom : 5px;margin-top : 5px;}#item-15409046254323 .ba-button-wrapper {text-align: center;}#item-15409046254323 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254323 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(150, 47, 11, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254323 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254323 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254323 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254323 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254323 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254323 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15409046254324 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15409046254324 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15409046254324 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15409046254324 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254324 .ba-button-wrapper {text-align: center;}#item-15409046254324 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15409046254324 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15409046254324 .ba-button-wrapper a i {font-size : 24px;}#item-15409046254324 > .ba-box-model:before {height: 5px;top: -0px;}#item-15409046254324 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15409046254324 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15409046254324 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15409046254324 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254325 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254325 > .ba-box-model:before {height: 5px;}#item-15409046254325 > .ba-box-model:after {height: 5px;}}#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254326 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254326 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254326 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254326 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254326 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254326 > .ba-box-model:before {height: 5px;}#item-15409046254326 > .ba-box-model:after {height: 5px;}}#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15409046254327 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15409046254327 p {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15409046254327 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15409046254327 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15409046254327 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15409046254327 > .ba-box-model:before {height: 5px;}#item-15409046254327 > .ba-box-model:after {height: 5px;}}#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061491 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061491 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061491 > .ba-box-model:before {height: 5px;}#item-15581190061491 > .ba-box-model:after {height: 5px;}}#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061492 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061492 > .ba-box-model:before {height: 5px;}#item-15581190061492 > .ba-box-model:after {height: 5px;}}#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061493 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061493 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061493 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061493 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061493 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061493 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061493 > .ba-box-model:before {height: 15px;}#item-15581190061493 > .ba-box-model:after {height: 0px;}}#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061494 > .ba-box-model:before {height: 5px;}#item-15581190061494 > .ba-box-model:after {height: 5px;}}#item-15581190061495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15581190061495 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15581190061495 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15581190061495 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15581190061495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15581190061495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15581190061495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15581190061495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15581190061495 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061495 .ba-button-wrapper {text-align: center;}#item-15581190061495 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15581190061495 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15581190061495 .ba-button-wrapper a i {font-size : 24px;}#item-15581190061495 > .ba-box-model:before {height: 5px;top: -0px;}#item-15581190061495 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15581190061495 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15581190061495 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15581190061495 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061496 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061496 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061496 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061496 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061496 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061496 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061496 > .ba-box-model:before {height: 15px;}#item-15581190061496 > .ba-box-model:after {height: 0px;}}#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061497 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061497 > .ba-box-model:before {height: 5px;}#item-15581190061497 > .ba-box-model:after {height: 5px;}}#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581190061498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581190061498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581190061498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061498 > .ba-box-model:before {height: 15px;}#item-15581190061498 > .ba-box-model:after {height: 0px;}}#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061499 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061499 > .ba-box-model:before {height: 5px;}#item-15581190061499 > .ba-box-model:after {height: 5px;}}#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15581196138871 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15581196138871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15581196138871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581196138871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581196138871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581196138871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581196138871 > .ba-box-model:before {height: 15px;}#item-15581196138871 > .ba-box-model:after {height: 0px;}}#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581196138872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581196138872 > .ba-box-model:before {height: 5px;}#item-15581196138872 > .ba-box-model:after {height: 5px;}}#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061502 > .ba-box-model:before {height: 5px;}#item-15581190061502 > .ba-box-model:after {height: 5px;}}#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15581190061503 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15581190061503 p {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15581190061503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15581190061503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15581190061503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15581190061503 > .ba-box-model:before {height: 5px;}#item-15581190061503 > .ba-box-model:after {height: 5px;}}#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15581190061504 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15581190061504 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15581190061504 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15581190061504 .ba-image-wrapper {transition-duration: 0.3s;}#item-15581190061504 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15581190061504 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15581190061504 > .ba-box-model:before {height: 25px;top: -0px;}#item-15581190061504 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959231 > .ba-box-model:before {height: 5px;}#item-15592384959231 > .ba-box-model:after {height: 5px;}}#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959232 > .ba-box-model:before {height: 5px;}#item-15592384959232 > .ba-box-model:after {height: 5px;}}#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959233 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959233 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959233 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959233 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959233 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959233 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959233 > .ba-box-model:before {height: 15px;}#item-15592384959233 > .ba-box-model:after {height: 0px;}}#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959234 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959234 > .ba-box-model:before {height: 5px;}#item-15592384959234 > .ba-box-model:after {height: 5px;}}#item-15592384959235 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15592384959235 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15592384959235 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15592384959235 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15592384959235 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15592384959235 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15592384959235 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15592384959235 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15592384959235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959235 .ba-button-wrapper {text-align: center;}#item-15592384959235 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15592384959235 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15592384959235 .ba-button-wrapper a i {font-size : 24px;}#item-15592384959235 > .ba-box-model:before {height: 5px;top: -0px;}#item-15592384959235 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15592384959235 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15592384959235 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15592384959235 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959236 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959236 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959236 > .ba-box-model:before {height: 15px;}#item-15592384959236 > .ba-box-model:after {height: 0px;}}#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959237 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959237 > .ba-box-model:before {height: 5px;}#item-15592384959237 > .ba-box-model:after {height: 5px;}}#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959238 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959238 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959238 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959238 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959238 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959238 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959238 > .ba-box-model:before {height: 15px;}#item-15592384959238 > .ba-box-model:after {height: 0px;}}#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959239 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959239 > .ba-box-model:before {height: 5px;}#item-15592384959239 > .ba-box-model:after {height: 5px;}}#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15592384959240 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15592384959240 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15592384959240 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959240 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959240 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959240 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959240 > .ba-box-model:before {height: 15px;}#item-15592384959240 > .ba-box-model:after {height: 0px;}}#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959241 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959241 > .ba-box-model:before {height: 5px;}#item-15592384959241 > .ba-box-model:after {height: 5px;}}#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959242 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959242 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959242 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959242 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959242 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959242 > .ba-box-model:before {height: 5px;}#item-15592384959242 > .ba-box-model:after {height: 5px;}}#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15592384959243 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15592384959243 p {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15592384959243 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15592384959243 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15592384959243 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15592384959243 > .ba-box-model:before {height: 5px;}#item-15592384959243 > .ba-box-model:after {height: 5px;}}#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15592384959244 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15592384959244 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15592384959244 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15592384959244 .ba-image-wrapper {transition-duration: 0.3s;}#item-15592384959244 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15592384959244 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15592384959244 > .ba-box-model:before {height: 25px;top: -0px;}#item-15592384959244 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107551 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107551 > .ba-box-model:before {height: 5px;}#item-15614960107551 > .ba-box-model:after {height: 5px;}}#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107552 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107552 > .ba-box-model:before {height: 5px;}#item-15614960107552 > .ba-box-model:after {height: 5px;}}#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107553 > .ba-box-model:before {height: 15px;}#item-15614960107553 > .ba-box-model:after {height: 0px;}}#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107554 > .ba-box-model:before {height: 5px;}#item-15614960107554 > .ba-box-model:after {height: 5px;}}#item-15614960107555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15614960107555 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15614960107555 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15614960107555 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15614960107555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15614960107555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15614960107555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15614960107555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15614960107555 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107555 .ba-button-wrapper {text-align: center;}#item-15614960107555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15614960107555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15614960107555 .ba-button-wrapper a i {font-size : 24px;}#item-15614960107555 > .ba-box-model:before {height: 5px;top: -0px;}#item-15614960107555 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15614960107555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15614960107555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15614960107555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107556 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107556 > .ba-box-model:before {height: 15px;}#item-15614960107556 > .ba-box-model:after {height: 0px;}}#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107557 > .ba-box-model:before {height: 5px;}#item-15614960107557 > .ba-box-model:after {height: 5px;}}#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107558 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107558 > .ba-box-model:before {height: 15px;}#item-15614960107558 > .ba-box-model:after {height: 0px;}}#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107559 > .ba-box-model:before {height: 5px;}#item-15614960107559 > .ba-box-model:after {height: 5px;}}#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15614960107560 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15614960107560 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15614960107560 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107560 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107560 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107560 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107560 > .ba-box-model:before {height: 15px;}#item-15614960107560 > .ba-box-model:after {height: 0px;}}#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107561 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107561 > .ba-box-model:before {height: 5px;}#item-15614960107561 > .ba-box-model:after {height: 5px;}}#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107562 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107562 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107562 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107562 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107562 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107562 > .ba-box-model:before {height: 5px;}#item-15614960107562 > .ba-box-model:after {height: 5px;}}#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15614960107563 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15614960107563 p {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15614960107563 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15614960107563 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15614960107563 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15614960107563 > .ba-box-model:before {height: 5px;}#item-15614960107563 > .ba-box-model:after {height: 5px;}}#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15614960107564 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15614960107564 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15614960107564 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15614960107564 .ba-image-wrapper {transition-duration: 0.3s;}#item-15614960107564 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15614960107564 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15614960107564 > .ba-box-model:before {height: 25px;top: -0px;}#item-15614960107564 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829701 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829701 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829701 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829701 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829701 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829701 > .ba-box-model:before {height: 5px;}#item-15739507829701 > .ba-box-model:after {height: 5px;}}#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829702 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829702 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829702 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829702 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829702 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829702 > .ba-box-model:before {height: 5px;}#item-15739507829702 > .ba-box-model:after {height: 5px;}}#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-15739507829703 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15739507829703 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15739507829703 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15739507829703 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829703 .ba-button-wrapper {text-align: center;}#item-15739507829703 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739507829703 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15739507829703 .ba-button-wrapper a i {font-size : 24px;}#item-15739507829703 > .ba-box-model:before {height: 5px;top: -1px;}#item-15739507829703 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15739507829703 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15739507829703 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15739507829703 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829704 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829704 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15739507829704 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15739507829704 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15739507829704 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15739507829704 > .ba-box-model:before {height: 5px;}#item-15739507829704 > .ba-box-model:after {height: 5px;}}#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15739507829705 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739507829705 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829705 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829705 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829705 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829705 > .ba-box-model:before {height: 25px;}#item-15739507829705 > .ba-box-model:after {height: 25px;}}#item-15739505214956 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15739505214956 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15739505214956 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15739505214956 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15739505214956 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739505214956 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739505214956 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739505214956 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739505214956 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214956 .ba-button-wrapper {text-align: center;}#item-15739505214956 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739505214956 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739505214956 .ba-button-wrapper a i {font-size : 24px;}#item-15739505214956 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739505214956 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15739505214956 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739505214956 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739505214956 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15936984176360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936984176360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936984176360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936984176360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936984176360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936984176360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936984176360 > .ba-box-model:before {height: 15px;}#item-15936984176360 > .ba-box-model:after {height: 0px;}}#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15936983973260 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15936983973260 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936983973260 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936983973260 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936983973260 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936983973260 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936983973260 > .ba-box-model:before {height: 15px;}#item-15936983973260 > .ba-box-model:after {height: 0px;}}#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936982931282 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936982931282 > .ba-box-model:before {height: 5px;}#item-15936982931282 > .ba-box-model:after {height: 5px;}}#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739505214954 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739505214954 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739505214954 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214954 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214954 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214954 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214954 > .ba-box-model:before {height: 15px;}#item-15739505214954 > .ba-box-model:after {height: 0px;}}#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936982931281 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936982931281 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936982931281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936982931281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936982931281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936982931281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936982931281 > .ba-box-model:before {height: 10px;}#item-15936982931281 > .ba-box-model:after {height: 5px;}}#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936997511550 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936997511550 > .ba-box-model:before {height: 5px;}#item-15936997511550 > .ba-box-model:after {height: 5px;}}#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840172317171 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15840172317171 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15840172317171 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15840172317171 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15840172317171 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15840172317171 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15840172317171 > .ba-box-model:before {height: 10px;}#item-15840172317171 > .ba-box-model:after {height: 5px;}}#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15840172317172 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15840172317172 > .ba-box-model:before {height: 5px;}#item-15840172317172 > .ba-box-model:after {height: 5px;}}#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987715081 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987715081 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987715081 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987715081 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987715081 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987715081 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987715081 > .ba-box-model:before {height: 10px;}#item-15936987715081 > .ba-box-model:after {height: 5px;}}#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987715082 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987715082 > .ba-box-model:before {height: 5px;}#item-15936987715082 > .ba-box-model:after {height: 5px;}}#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987784581 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15936987784581 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15936987784581 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15936987784581 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15936987784581 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15936987784581 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15936987784581 > .ba-box-model:before {height: 10px;}#item-15936987784581 > .ba-box-model:after {height: 5px;}}#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15936987784582 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15936987784582 > .ba-box-model:before {height: 5px;}#item-15936987784582 > .ba-box-model:after {height: 5px;}}#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15774733410541 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15774733410541 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15774733410541 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15774733410541 .ba-image-wrapper {transition-duration: 0.3s;}#item-15774733410541 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15774733410541 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15774733410541 > .ba-box-model:before {height: 25px;top: -0px;}#item-15774733410541 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739505214949 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739505214949 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739505214949 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739505214949 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739505214949 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739505214949 > .ba-box-model:before {height: 5px;}#item-15739505214949 > .ba-box-model:after {height: 5px;}}#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413352 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413352 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413352 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413352 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413352 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413352 > .ba-box-model:before {height: 5px;}#item-15962918413352 > .ba-box-model:after {height: 5px;}}#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-15962918413353 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15962918413353 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15962918413353 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15962918413353 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413353 .ba-button-wrapper {text-align: center;}#item-15962918413353 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413353 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15962918413353 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413353 > .ba-box-model:before {height: 5px;top: -1px;}#item-15962918413353 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15962918413353 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15962918413353 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15962918413353 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413354 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413354 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15962918413354 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15962918413354 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15962918413354 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15962918413354 > .ba-box-model:before {height: 5px;}#item-15962918413354 > .ba-box-model:after {height: 5px;}}#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15962918413355 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962918413355 p {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413355 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413355 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413355 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413355 > .ba-box-model:before {height: 25px;}#item-15962918413355 > .ba-box-model:after {height: 25px;}}#item-15962918413356 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15962918413356 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15962918413356 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15962918413356 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15962918413356 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15962918413356 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15962918413356 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15962918413356 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15962918413356 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413356 .ba-button-wrapper {text-align: center;}#item-15962918413356 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15962918413356 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15962918413356 .ba-button-wrapper a i {font-size : 24px;}#item-15962918413356 > .ba-box-model:before {height: 5px;top: -0px;}#item-15962918413356 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15962918413356 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15962918413356 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15962918413356 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413357 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413357 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413357 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413357 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413357 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413357 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413357 > .ba-box-model:before {height: 15px;}#item-15962918413357 > .ba-box-model:after {height: 0px;}}#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413358 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413358 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413358 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413358 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413358 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413358 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413358 > .ba-box-model:before {height: 15px;}#item-15962918413358 > .ba-box-model:after {height: 0px;}}#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15976463216010 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463216010 > .ba-box-model:before {height: 5px;}#item-15976463216010 > .ba-box-model:after {height: 5px;}}#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15962918413360 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15962918413360 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413360 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413360 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413360 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413360 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413360 > .ba-box-model:before {height: 15px;}#item-15962918413360 > .ba-box-model:after {height: 0px;}}#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413361 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413361 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413361 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413361 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413361 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413361 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413361 > .ba-box-model:before {height: 10px;}#item-15962918413361 > .ba-box-model:after {height: 5px;}}#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413362 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413362 > .ba-box-model:before {height: 5px;}#item-15962918413362 > .ba-box-model:after {height: 5px;}}#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413363 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413363 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413363 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413363 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413363 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413363 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413363 > .ba-box-model:before {height: 10px;}#item-15962918413363 > .ba-box-model:after {height: 5px;}}#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413364 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413364 > .ba-box-model:before {height: 5px;}#item-15962918413364 > .ba-box-model:after {height: 5px;}}#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413367 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15962918413367 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15962918413367 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15962918413367 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15962918413367 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15962918413367 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15962918413367 > .ba-box-model:before {height: 10px;}#item-15962918413367 > .ba-box-model:after {height: 5px;}}#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413368 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413368 > .ba-box-model:before {height: 5px;}#item-15962918413368 > .ba-box-model:after {height: 5px;}}#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15962942018770 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15962942018770 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15962942018770 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-15962942018770 .ba-image-wrapper {transition-duration: 0.3s;}#item-15962942018770 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15962942018770 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15962942018770 > .ba-box-model:before {height: 25px;top: -0px;}#item-15962942018770 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652331 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652331 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652331 > .ba-box-model:before {height: 5px;}#item-16200384652331 > .ba-box-model:after {height: 5px;}}#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652332 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652332 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652332 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652332 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652332 > .ba-box-model:before {height: 5px;}#item-16200384652332 > .ba-box-model:after {height: 5px;}}#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16200384652333 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16200384652333 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16200384652333 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16200384652333 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652333 .ba-button-wrapper {text-align: center;}#item-16200384652333 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652333 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200384652333 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652333 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200384652333 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200384652333 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200384652333 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200384652333 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652334 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652334 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200384652334 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200384652334 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200384652334 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200384652334 > .ba-box-model:before {height: 5px;}#item-16200384652334 > .ba-box-model:after {height: 5px;}}#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16200384652335 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652335 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652335 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652335 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652335 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652335 > .ba-box-model:before {height: 25px;}#item-16200384652335 > .ba-box-model:after {height: 25px;}}#item-16200384652336 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16200384652336 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16200384652336 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16200384652336 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16200384652336 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16200384652336 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16200384652336 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16200384652336 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16200384652336 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652336 .ba-button-wrapper {text-align: center;}#item-16200384652336 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200384652336 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16200384652336 .ba-button-wrapper a i {font-size : 24px;}#item-16200384652336 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200384652336 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16200384652336 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16200384652336 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200384652336 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652337 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652337 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652337 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652337 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652337 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652337 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652337 > .ba-box-model:before {height: 15px;}#item-16200384652337 > .ba-box-model:after {height: 0px;}}#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652338 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652338 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652338 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652338 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652338 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652338 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652338 > .ba-box-model:before {height: 15px;}#item-16200384652338 > .ba-box-model:after {height: 0px;}}#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652339 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652339 > .ba-box-model:before {height: 5px;}#item-16200384652339 > .ba-box-model:after {height: 5px;}}#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200384652340 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200384652340 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652340 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652340 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652340 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652340 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652340 > .ba-box-model:before {height: 15px;}#item-16200384652340 > .ba-box-model:after {height: 0px;}}#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652341 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652341 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652341 > .ba-box-model:before {height: 10px;}#item-16200384652341 > .ba-box-model:after {height: 5px;}}#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652342 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652342 > .ba-box-model:before {height: 5px;}#item-16200384652342 > .ba-box-model:after {height: 5px;}}#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652343 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652343 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652343 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652343 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652343 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652343 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652343 > .ba-box-model:before {height: 10px;}#item-16200384652343 > .ba-box-model:after {height: 5px;}}#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652344 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652344 > .ba-box-model:before {height: 5px;}#item-16200384652344 > .ba-box-model:after {height: 5px;}}#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652345 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16200384652345 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200384652345 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200384652345 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200384652345 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200384652345 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200384652345 > .ba-box-model:before {height: 10px;}#item-16200384652345 > .ba-box-model:after {height: 5px;}}#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200384652346 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200384652346 > .ba-box-model:before {height: 5px;}#item-16200384652346 > .ba-box-model:after {height: 5px;}}#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200384652347 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16200384652347 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200384652347 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200384652347 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200384652347 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200384652347 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200384652347 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200384652347 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739512564341 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564341 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564341 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564341 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564341 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564341 > .ba-box-model:before {height: 5px;}#item-15739512564341 > .ba-box-model:after {height: 5px;}}#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314492 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314492 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314492 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314492 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314492 > .ba-box-model:before {height: 5px;}#item-16004618314492 > .ba-box-model:after {height: 5px;}}#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16004618314493 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16004618314493 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16004618314493 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16004618314493 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314493 .ba-button-wrapper {text-align: center;}#item-16004618314493 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314493 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004618314493 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314493 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004618314493 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004618314493 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004618314493 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004618314493 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314494 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314494 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004618314494 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004618314494 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004618314494 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004618314494 > .ba-box-model:before {height: 5px;}#item-16004618314494 > .ba-box-model:after {height: 5px;}}#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16004618314495 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314495 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314495 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314495 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314495 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314495 > .ba-box-model:before {height: 25px;}#item-16004618314495 > .ba-box-model:after {height: 25px;}}#item-16004618314496 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16004618314496 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16004618314496 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16004618314496 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16004618314496 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16004618314496 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16004618314496 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16004618314496 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16004618314496 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314496 .ba-button-wrapper {text-align: center;}#item-16004618314496 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004618314496 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004618314496 .ba-button-wrapper a i {font-size : 24px;}#item-16004618314496 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004618314496 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16004618314496 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004618314496 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004618314496 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314497 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314497 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314497 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314497 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314497 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314497 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314497 > .ba-box-model:before {height: 15px;}#item-16004618314497 > .ba-box-model:after {height: 0px;}}#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314498 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314498 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314498 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314498 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314498 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314498 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314498 > .ba-box-model:before {height: 15px;}#item-16004618314498 > .ba-box-model:after {height: 0px;}}#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031067031670 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031067031670 > .ba-box-model:before {height: 5px;}#item-16031067031670 > .ba-box-model:after {height: 5px;}}#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004618314500 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004618314500 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314500 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314500 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314500 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314500 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314500 > .ba-box-model:before {height: 15px;}#item-16004618314500 > .ba-box-model:after {height: 0px;}}#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314501 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314501 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314501 > .ba-box-model:before {height: 10px;}#item-16004618314501 > .ba-box-model:after {height: 5px;}}#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314502 > .ba-box-model:before {height: 5px;}#item-16004618314502 > .ba-box-model:after {height: 5px;}}#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314503 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314503 > .ba-box-model:before {height: 10px;}#item-16004618314503 > .ba-box-model:after {height: 5px;}}#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314504 > .ba-box-model:before {height: 5px;}#item-16004618314504 > .ba-box-model:after {height: 5px;}}#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314505 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004618314505 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004618314505 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004618314505 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004618314505 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004618314505 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004618314505 > .ba-box-model:before {height: 10px;}#item-16004618314505 > .ba-box-model:after {height: 5px;}}#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004618314506 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004618314506 > .ba-box-model:before {height: 5px;}#item-16004618314506 > .ba-box-model:after {height: 5px;}}#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004618314507 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16004618314507 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004618314507 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004618314507 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004618314507 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004618314507 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004618314507 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004618314507 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}@media (max-width: 1200px) {#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16031056150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16031056150 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16031056150 > .ba-box-model:before {height: 25px;top: -0px;}#item-16031056150 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739512564349 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739512564349 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739512564349 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739512564349 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739512564349 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739512564349 > .ba-box-model:before {height: 5px;}#item-15739512564349 > .ba-box-model:after {height: 5px;}}#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940422 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940422 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940422 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940422 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940422 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940422 > .ba-box-model:before {height: 5px;}#item-16004622940422 > .ba-box-model:after {height: 5px;}}#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16004622940423 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16004622940423 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16004622940423 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16004622940423 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940423 .ba-button-wrapper {text-align: center;}#item-16004622940423 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940423 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16004622940423 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940423 > .ba-box-model:before {height: 5px;top: -1px;}#item-16004622940423 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16004622940423 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16004622940423 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16004622940423 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940424 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940424 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16004622940424 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16004622940424 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16004622940424 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16004622940424 > .ba-box-model:before {height: 5px;}#item-16004622940424 > .ba-box-model:after {height: 5px;}}#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16004622940425 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940425 p {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940425 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940425 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940425 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940425 > .ba-box-model:before {height: 25px;}#item-16004622940425 > .ba-box-model:after {height: 25px;}}#item-16004622940426 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16004622940426 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16004622940426 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16004622940426 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16004622940426 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16004622940426 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16004622940426 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16004622940426 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16004622940426 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940426 .ba-button-wrapper {text-align: center;}#item-16004622940426 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16004622940426 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16004622940426 .ba-button-wrapper a i {font-size : 24px;}#item-16004622940426 > .ba-box-model:before {height: 5px;top: -0px;}#item-16004622940426 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16004622940426 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16004622940426 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16004622940426 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940427 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940427 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940427 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940427 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940427 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940427 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940427 > .ba-box-model:before {height: 15px;}#item-16004622940427 > .ba-box-model:after {height: 0px;}}#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940428 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940428 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940428 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940428 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940428 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940428 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940428 > .ba-box-model:before {height: 15px;}#item-16004622940428 > .ba-box-model:after {height: 0px;}}#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15962918413359 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15962918413359 > .ba-box-model:before {height: 5px;}#item-15962918413359 > .ba-box-model:after {height: 5px;}}#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16004622940430 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16004622940430 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940430 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940430 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940430 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940430 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940430 > .ba-box-model:before {height: 15px;}#item-16004622940430 > .ba-box-model:after {height: 0px;}}#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078173231 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078173231 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078173231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078173231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078173231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078173231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078173231 > .ba-box-model:before {height: 10px;}#item-16031078173231 > .ba-box-model:after {height: 5px;}}#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078173232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078173232 > .ba-box-model:before {height: 5px;}#item-16031078173232 > .ba-box-model:after {height: 5px;}}#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940433 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16004622940433 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16004622940433 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16004622940433 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16004622940433 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16004622940433 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16004622940433 > .ba-box-model:before {height: 10px;}#item-16004622940433 > .ba-box-model:after {height: 5px;}}#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16004622940434 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16004622940434 > .ba-box-model:before {height: 5px;}#item-16004622940434 > .ba-box-model:after {height: 5px;}}#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078253621 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16031078253621 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16031078253621 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16031078253621 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16031078253621 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16031078253621 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16031078253621 > .ba-box-model:before {height: 10px;}#item-16031078253621 > .ba-box-model:after {height: 5px;}}#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16031078253622 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16031078253622 > .ba-box-model:before {height: 5px;}#item-16031078253622 > .ba-box-model:after {height: 5px;}}#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16004622940437 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16004622940437 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16004622940437 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16004622940437 .ba-image-wrapper {transition-duration: 0.3s;}#item-16004622940437 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16004622940437 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16004622940437 > .ba-box-model:before {height: 25px;top: -0px;}#item-16004622940437 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897551 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897551 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897551 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897551 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897551 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897551 > .ba-box-model:before {height: 5px;}#item-16119312897551 > .ba-box-model:after {height: 5px;}}#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897552 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897552 p {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897552 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897552 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897552 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897552 > .ba-box-model:before {height: 5px;}#item-16119312897552 > .ba-box-model:after {height: 5px;}}#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16119312897553 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16119312897553 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897553 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897553 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897553 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897553 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897553 > .ba-box-model:before {height: 15px;}#item-16119312897553 > .ba-box-model:after {height: 0px;}}#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897554 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897554 > .ba-box-model:before {height: 5px;}#item-16119312897554 > .ba-box-model:after {height: 5px;}}#item-16119312897555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-16119312897555 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16119312897555 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16119312897555 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16119312897555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16119312897555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-16119312897555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16119312897555 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-16119312897555 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897555 .ba-button-wrapper {text-align: center;}#item-16119312897555 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16119312897555 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-16119312897555 .ba-button-wrapper a i {font-size : 24px;}#item-16119312897555 > .ba-box-model:before {height: 5px;top: -0px;}#item-16119312897555 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16119312897555 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-16119312897555 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16119312897555 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897556 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897556 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897556 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897556 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897556 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897556 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897556 > .ba-box-model:before {height: 10px;}#item-16119312897556 > .ba-box-model:after {height: 5px;}}#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897557 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897557 > .ba-box-model:before {height: 5px;}#item-16119312897557 > .ba-box-model:after {height: 5px;}}#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897558 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16119312897558 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16119312897558 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16119312897558 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16119312897558 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16119312897558 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16119312897558 > .ba-box-model:before {height: 10px;}#item-16119312897558 > .ba-box-model:after {height: 5px;}}#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16119312897559 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16119312897559 > .ba-box-model:before {height: 5px;}#item-16119312897559 > .ba-box-model:after {height: 5px;}}#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16119312897560 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16119312897560 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16119312897560 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16119312897560 .ba-image-wrapper {transition-duration: 0.3s;}#item-16119312897560 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16119312897560 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16119312897560 > .ba-box-model:before {height: 25px;top: -0px;}#item-16119312897560 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242261 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242261 > .ba-box-model:before {height: 5px;}#item-15739491242261 > .ba-box-model:after {height: 5px;}}#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242262 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242262 > .ba-box-model:before {height: 5px;}#item-15739491242262 > .ba-box-model:after {height: 5px;}}#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242263 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242263 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242263 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242263 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242263 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242263 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242263 > .ba-box-model:before {height: 15px;}#item-15739491242263 > .ba-box-model:after {height: 0px;}}#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242264 > .ba-box-model:before {height: 5px;}#item-15739491242264 > .ba-box-model:after {height: 5px;}}#item-15739491242265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15739491242265 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15739491242265 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15739491242265 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15739491242265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739491242265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15739491242265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739491242265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15739491242265 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242265 .ba-button-wrapper {text-align: center;}#item-15739491242265 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15739491242265 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15739491242265 .ba-button-wrapper a i {font-size : 24px;}#item-15739491242265 > .ba-box-model:before {height: 5px;top: -0px;}#item-15739491242265 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15739491242265 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15739491242265 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15739491242265 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242266 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242266 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242266 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242266 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242266 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242266 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242266 > .ba-box-model:before {height: 15px;}#item-15739491242266 > .ba-box-model:after {height: 0px;}}#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242267 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242267 > .ba-box-model:before {height: 5px;}#item-15739491242267 > .ba-box-model:after {height: 5px;}}#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242268 > .ba-box-model:before {height: 15px;}#item-15739491242268 > .ba-box-model:after {height: 0px;}}#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242269 > .ba-box-model:before {height: 5px;}#item-15739491242269 > .ba-box-model:after {height: 5px;}}#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15739491242270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15739491242270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15739491242270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242270 > .ba-box-model:before {height: 15px;}#item-15739491242270 > .ba-box-model:after {height: 0px;}}#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242271 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242271 > .ba-box-model:before {height: 5px;}#item-15739491242271 > .ba-box-model:after {height: 5px;}}#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242272 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242272 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242272 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242272 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242272 > .ba-box-model:before {height: 5px;}#item-15739491242272 > .ba-box-model:after {height: 5px;}}#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739491242273 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739491242273 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739491242273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739491242273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739491242273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739491242273 > .ba-box-model:before {height: 5px;}#item-15739491242273 > .ba-box-model:after {height: 5px;}}#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15739491242274 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15739491242274 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15739491242274 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15739491242274 .ba-image-wrapper {transition-duration: 0.3s;}#item-15739491242274 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15739491242274 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15739491242274 > .ba-box-model:before {height: 25px;top: -0px;}#item-15739491242274 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647501 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647501 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647501 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647501 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647501 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647501 > .ba-box-model:before {height: 5px;}#item-15568849647501 > .ba-box-model:after {height: 5px;}}#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647502 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647502 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647502 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647502 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647502 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647502 > .ba-box-model:before {height: 5px;}#item-15568849647502 > .ba-box-model:after {height: 5px;}}#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647503 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647503 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647503 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647503 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647503 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647503 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647503 > .ba-box-model:before {height: 15px;}#item-15568849647503 > .ba-box-model:after {height: 0px;}}#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647504 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647504 > .ba-box-model:before {height: 5px;}#item-15568849647504 > .ba-box-model:after {height: 5px;}}#item-15568849647505 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15568849647505 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15568849647505 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15568849647505 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15568849647505 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15568849647505 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15568849647505 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15568849647505 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15568849647505 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647505 .ba-button-wrapper {text-align: center;}#item-15568849647505 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15568849647505 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15568849647505 .ba-button-wrapper a i {font-size : 24px;}#item-15568849647505 > .ba-box-model:before {height: 5px;top: -0px;}#item-15568849647505 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15568849647505 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15568849647505 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15568849647505 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647506 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647506 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647506 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647506 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647506 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647506 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647506 > .ba-box-model:before {height: 15px;}#item-15568849647506 > .ba-box-model:after {height: 0px;}}#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647507 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647507 > .ba-box-model:before {height: 5px;}#item-15568849647507 > .ba-box-model:after {height: 5px;}}#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568849647508 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568849647508 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568849647508 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647508 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647508 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647508 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647508 > .ba-box-model:before {height: 15px;}#item-15568849647508 > .ba-box-model:after {height: 0px;}}#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647509 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647509 > .ba-box-model:before {height: 5px;}#item-15568849647509 > .ba-box-model:after {height: 5px;}}#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15568869058331 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15568869058331 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15568869058331 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568869058331 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568869058331 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568869058331 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568869058331 > .ba-box-model:before {height: 15px;}#item-15568869058331 > .ba-box-model:after {height: 0px;}}#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568869058332 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568869058332 > .ba-box-model:before {height: 5px;}#item-15568869058332 > .ba-box-model:after {height: 5px;}}#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647510 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647510 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647510 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647510 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647510 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647510 > .ba-box-model:before {height: 5px;}#item-15568849647510 > .ba-box-model:after {height: 5px;}}#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15568849647511 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15568849647511 p {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15568849647511 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15568849647511 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15568849647511 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15568849647511 > .ba-box-model:before {height: 5px;}#item-15568849647511 > .ba-box-model:after {height: 5px;}}#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15568849647512 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15568849647512 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15568849647512 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 400px;}#item-15568849647512 .ba-image-wrapper {transition-duration: 0.3s;}#item-15568849647512 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15568849647512 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15568849647512 > .ba-box-model:before {height: 25px;top: -0px;}#item-15568849647512 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117231 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117231 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117231 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117231 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117231 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117231 > .ba-box-model:before {height: 5px;}#item-15434219117231 > .ba-box-model:after {height: 5px;}}#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117232 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117232 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117232 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117232 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117232 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117232 > .ba-box-model:before {height: 5px;}#item-15434219117232 > .ba-box-model:after {height: 5px;}}#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201292579920 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292579920 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292579920 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292579920 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292579920 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292579920 > .ba-box-model:before {height: 5px;}#item-16201292579920 > .ba-box-model:after {height: 5px;}}#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201292647070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201292647070 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201292647070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201292647070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201292647070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201292647070 > .ba-box-model:before {height: 5px;}#item-16201292647070 > .ba-box-model:after {height: 5px;}}#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15439443265670 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15439443265670 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15439443265670 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 10px 20px 0 var(--shadow);width: 300px;}#item-15439443265670 .ba-image-wrapper {transition-duration: 0.3s;}#item-15439443265670 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15439443265670 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15439443265670 > .ba-box-model:before {height: 25px;top: -0px;}#item-15439443265670 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739507829709 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739507829709 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739507829709 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739507829709 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739507829709 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739507829709 > .ba-box-model:before {height: 5px;}#item-15739507829709 > .ba-box-model:after {height: 5px;}}#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025812 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025812 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025812 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025812 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025812 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025812 > .ba-box-model:before {height: 5px;}#item-15995962025812 > .ba-box-model:after {height: 5px;}}#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-15995962025813 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15995962025813 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15995962025813 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-15995962025813 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025813 .ba-button-wrapper {text-align: center;}#item-15995962025813 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025813 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-15995962025813 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025813 > .ba-box-model:before {height: 5px;top: -1px;}#item-15995962025813 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-15995962025813 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-15995962025813 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15995962025813 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025814 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025814 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-15995962025814 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-15995962025814 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-15995962025814 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-15995962025814 > .ba-box-model:before {height: 5px;}#item-15995962025814 > .ba-box-model:after {height: 5px;}}#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-15995962025815 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025815 p {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025815 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025815 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025815 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025815 > .ba-box-model:before {height: 25px;}#item-15995962025815 > .ba-box-model:after {height: 25px;}}#item-15995962025816 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}#item-15995962025816 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15995962025816 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15995962025816 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15995962025816 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15995962025816 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 768px) {#item-15995962025816 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15995962025816 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}@media (max-width: 480px) {#item-15995962025816 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025816 .ba-button-wrapper {text-align: center;}#item-15995962025816 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15995962025816 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(12, 153, 120, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 5px;padding-left : 30px;padding-right : 30px;padding-top : 5px;}#item-15995962025816 .ba-button-wrapper a i {font-size : 24px;}#item-15995962025816 > .ba-box-model:before {height: 5px;top: -0px;}#item-15995962025816 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15995962025816 > .ba-box-model .ba-bm-bottom {width: 5px; height: 5px;}#item-15995962025816 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15995962025816 > .ba-box-model .ba-bm-top {width: 5px; height: 5px;}}#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025817 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025817 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025817 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025817 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025817 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025817 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025817 > .ba-box-model:before {height: 15px;}#item-15995962025817 > .ba-box-model:after {height: 0px;}}#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025818 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025818 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025818 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025818 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025818 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025818 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025818 > .ba-box-model:before {height: 15px;}#item-15995962025818 > .ba-box-model:after {height: 0px;}}#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15976463715000 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15976463715000 > .ba-box-model:before {height: 5px;}#item-15976463715000 > .ba-box-model:after {height: 5px;}}#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15995962025820 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-15995962025820 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025820 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025820 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025820 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025820 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025820 > .ba-box-model:before {height: 15px;}#item-15995962025820 > .ba-box-model:after {height: 0px;}}#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025821 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025821 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025821 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025821 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025821 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025821 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025821 > .ba-box-model:before {height: 10px;}#item-15995962025821 > .ba-box-model:after {height: 5px;}}#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025822 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025822 > .ba-box-model:before {height: 5px;}#item-15995962025822 > .ba-box-model:after {height: 5px;}}#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025823 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025823 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025823 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025823 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025823 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025823 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025823 > .ba-box-model:before {height: 10px;}#item-15995962025823 > .ba-box-model:after {height: 5px;}}#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025824 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025824 > .ba-box-model:before {height: 5px;}#item-15995962025824 > .ba-box-model:after {height: 5px;}}#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025825 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-15995962025825 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-15995962025825 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15995962025825 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15995962025825 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15995962025825 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15995962025825 > .ba-box-model:before {height: 10px;}#item-15995962025825 > .ba-box-model:after {height: 5px;}}#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15995962025826 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15995962025826 > .ba-box-model:before {height: 5px;}#item-15995962025826 > .ba-box-model:after {height: 5px;}}#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15995962025827 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15995962025827 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15995962025827 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-15995962025827 .ba-image-wrapper {transition-duration: 0.3s;}#item-15995962025827 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-15995962025827 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-15995962025827 > .ba-box-model:before {height: 25px;top: -0px;}#item-15995962025827 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117235 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117235 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117235 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117235 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117235 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117235 > .ba-box-model:before {height: 5px;}#item-15434219117235 > .ba-box-model:after {height: 5px;}}#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293567710 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293567710 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293567710 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293567710 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293567710 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293567710 > .ba-box-model:before {height: 5px;}#item-16201293567710 > .ba-box-model:after {height: 5px;}}#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369261 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369261 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369261 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369261 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369261 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369261 > .ba-box-model:before {height: 5px;}#item-16509305369261 > .ba-box-model:after {height: 5px;}}#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369262 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369262 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369262 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369262 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369262 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369262 > .ba-box-model:before {height: 5px;}#item-16509305369262 > .ba-box-model:after {height: 5px;}}#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16509305369263 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305369263 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305369263 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16509305369263 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369263 .ba-button-wrapper {text-align: center;}#item-16509305369263 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369263 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16509305369263 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369263 > .ba-box-model:before {height: 5px;top: -1px;}#item-16509305369263 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16509305369263 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16509305369263 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16509305369263 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369264 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369264 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16509305369264 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16509305369264 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16509305369264 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16509305369264 > .ba-box-model:before {height: 5px;}#item-16509305369264 > .ba-box-model:after {height: 5px;}}#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16509305369265 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369265 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369265 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369265 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369265 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369265 > .ba-box-model:before {height: 25px;}#item-16509305369265 > .ba-box-model:after {height: 25px;}}#item-16509305369266 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16509305369266 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16509305369266 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16509305369266 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16509305369266 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369266 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16509305369266 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369266 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16509305369266 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369266 .ba-button-wrapper {text-align: center;}#item-16509305369266 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16509305369266 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16509305369266 .ba-button-wrapper a i {font-size : 24px;}#item-16509305369266 > .ba-box-model:before {height: 5px;top: -0px;}#item-16509305369266 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16509305369266 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16509305369266 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16509305369266 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369267 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369267 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369267 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369267 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369267 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369267 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369267 > .ba-box-model:before {height: 15px;}#item-16509305369267 > .ba-box-model:after {height: 0px;}}#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369268 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369268 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369268 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369268 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369268 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369268 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369268 > .ba-box-model:before {height: 15px;}#item-16509305369268 > .ba-box-model:after {height: 0px;}}#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369269 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369269 > .ba-box-model:before {height: 5px;}#item-16509305369269 > .ba-box-model:after {height: 5px;}}#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16509305369270 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16509305369270 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369270 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369270 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369270 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369270 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369270 > .ba-box-model:before {height: 15px;}#item-16509305369270 > .ba-box-model:after {height: 0px;}}#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369271 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369271 > .ba-box-model:before {height: 10px;}#item-16509305369271 > .ba-box-model:after {height: 5px;}}#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369272 > .ba-box-model:before {height: 5px;}#item-16509305369272 > .ba-box-model:after {height: 5px;}}#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369273 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369273 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369273 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369273 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369273 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369273 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369273 > .ba-box-model:before {height: 10px;}#item-16509305369273 > .ba-box-model:after {height: 5px;}}#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369274 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369274 > .ba-box-model:before {height: 5px;}#item-16509305369274 > .ba-box-model:after {height: 5px;}}#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369275 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369275 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369275 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369275 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369275 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369275 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369275 > .ba-box-model:before {height: 10px;}#item-16509305369275 > .ba-box-model:after {height: 5px;}}#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369276 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369276 > .ba-box-model:before {height: 5px;}#item-16509305369276 > .ba-box-model:after {height: 5px;}}#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369277 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16509305369277 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16509305369277 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369277 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369277 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369277 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369277 > .ba-box-model:before {height: 10px;}#item-16509305369277 > .ba-box-model:after {height: 5px;}}#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369278 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369278 > .ba-box-model:before {height: 5px;}#item-16509305369278 > .ba-box-model:after {height: 5px;}}#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16509305369279 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16509305369279 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16509305369279 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16509305369279 .ba-image-wrapper {transition-duration: 0.3s;}#item-16509305369279 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16509305369279 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16509305369279 > .ba-box-model:before {height: 25px;top: -0px;}#item-16509305369279 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369280 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369280 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369280 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369280 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369280 > .ba-box-model:before {height: 5px;}#item-16509305369280 > .ba-box-model:after {height: 5px;}}#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16509305369281 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16509305369281 p {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16509305369281 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16509305369281 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16509305369281 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16509305369281 > .ba-box-model:before {height: 5px;}#item-16509305369281 > .ba-box-model:after {height: 5px;}}#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911761 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911761 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911761 > .ba-box-model:before {height: 5px;}#item-16200616911761 > .ba-box-model:after {height: 5px;}}#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911762 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911762 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911762 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911762 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911762 > .ba-box-model:before {height: 5px;}#item-16200616911762 > .ba-box-model:after {height: 5px;}}#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16200616911763 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16200616911763 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16200616911763 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16200616911763 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911763 .ba-button-wrapper {text-align: center;}#item-16200616911763 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200616911763 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16200616911763 .ba-button-wrapper a i {font-size : 24px;}#item-16200616911763 > .ba-box-model:before {height: 5px;top: -1px;}#item-16200616911763 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16200616911763 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16200616911763 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16200616911763 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911764 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911764 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16200616911764 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16200616911764 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16200616911764 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16200616911764 > .ba-box-model:before {height: 5px;}#item-16200616911764 > .ba-box-model:after {height: 5px;}}#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16200616911765 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911765 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911765 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911765 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911765 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911765 > .ba-box-model:before {height: 25px;}#item-16200616911765 > .ba-box-model:after {height: 25px;}}#item-16200562373986 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16200562373986 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16200562373986 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16200562373986 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16200562373986 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562373986 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16200562373986 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562373986 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16200562373986 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373986 .ba-button-wrapper {text-align: center;}#item-16200562373986 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16200562373986 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16200562373986 .ba-button-wrapper a i {font-size : 24px;}#item-16200562373986 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373986 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16200562373986 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16200562373986 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16200562373986 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911767 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911767 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911767 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911767 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911767 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911767 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911767 > .ba-box-model:before {height: 15px;}#item-16200616911767 > .ba-box-model:after {height: 0px;}}#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911768 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911768 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911768 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911768 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911768 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911768 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911768 > .ba-box-model:before {height: 15px;}#item-16200616911768 > .ba-box-model:after {height: 0px;}}#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200616911769 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200616911769 > .ba-box-model:before {height: 5px;}#item-16200616911769 > .ba-box-model:after {height: 5px;}}#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16200616911770 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16200616911770 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16200616911770 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200616911770 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200616911770 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200616911770 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200616911770 > .ba-box-model:before {height: 15px;}#item-16200616911770 > .ba-box-model:after {height: 0px;}}#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16345629085491 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16345629085491 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16345629085491 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16345629085491 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16345629085491 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16345629085491 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16345629085491 > .ba-box-model:before {height: 10px;}#item-16345629085491 > .ba-box-model:after {height: 5px;}}#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16345629085492 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16345629085492 > .ba-box-model:before {height: 5px;}#item-16345629085492 > .ba-box-model:after {height: 5px;}}#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035921671 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035921671 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035921671 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035921671 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035921671 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035921671 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035921671 > .ba-box-model:before {height: 10px;}#item-16273035921671 > .ba-box-model:after {height: 5px;}}#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035921672 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035921672 > .ba-box-model:before {height: 5px;}#item-16273035921672 > .ba-box-model:after {height: 5px;}}#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035431941 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273035431941 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273035431941 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273035431941 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273035431941 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273035431941 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273035431941 > .ba-box-model:before {height: 10px;}#item-16273035431941 > .ba-box-model:after {height: 5px;}}#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273035431942 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273035431942 > .ba-box-model:before {height: 5px;}#item-16273035431942 > .ba-box-model:after {height: 5px;}}#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273036177991 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16273036177991 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16273036177991 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16273036177991 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16273036177991 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16273036177991 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16273036177991 > .ba-box-model:before {height: 10px;}#item-16273036177991 > .ba-box-model:after {height: 5px;}}#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16273036177992 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16273036177992 > .ba-box-model:before {height: 5px;}#item-16273036177992 > .ba-box-model:after {height: 5px;}}#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16200616911777 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16200616911777 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16200616911777 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16200616911777 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200616911777 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200616911777 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200616911777 > .ba-box-model:before {height: 25px;top: -0px;}#item-16200616911777 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293616370 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293616370 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293616370 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293616370 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293616370 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293616370 > .ba-box-model:before {height: 5px;}#item-16201293616370 > .ba-box-model:after {height: 5px;}}#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15434219117236 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15434219117236 p {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15434219117236 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15434219117236 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15434219117236 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15434219117236 > .ba-box-model:before {height: 5px;}#item-15434219117236 > .ba-box-model:after {height: 5px;}}#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615751 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615751 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615751 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615751 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615751 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615751 > .ba-box-model:before {height: 5px;}#item-16551353615751 > .ba-box-model:after {height: 5px;}}#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615752 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615752 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615752 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615752 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615752 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615752 > .ba-box-model:before {height: 5px;}#item-16551353615752 > .ba-box-model:after {height: 5px;}}#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16551353615753 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16551353615753 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16551353615753 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16551353615753 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615753 .ba-button-wrapper {text-align: center;}#item-16551353615753 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615753 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16551353615753 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615753 > .ba-box-model:before {height: 5px;top: -1px;}#item-16551353615753 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16551353615753 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16551353615753 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16551353615753 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615754 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615754 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16551353615754 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16551353615754 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16551353615754 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16551353615754 > .ba-box-model:before {height: 5px;}#item-16551353615754 > .ba-box-model:after {height: 5px;}}#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16551353615755 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615755 p {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615755 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615755 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615755 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615755 > .ba-box-model:before {height: 25px;}#item-16551353615755 > .ba-box-model:after {height: 25px;}}#item-16551353615756 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16551353615756 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16551353615756 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16551353615756 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16551353615756 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615756 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16551353615756 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615756 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16551353615756 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615756 .ba-button-wrapper {text-align: center;}#item-16551353615756 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16551353615756 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16551353615756 .ba-button-wrapper a i {font-size : 24px;}#item-16551353615756 > .ba-box-model:before {height: 5px;top: -0px;}#item-16551353615756 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16551353615756 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16551353615756 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16551353615756 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615757 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615757 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615757 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615757 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615757 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615757 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615757 > .ba-box-model:before {height: 15px;}#item-16551353615757 > .ba-box-model:after {height: 0px;}}#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615758 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615758 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615758 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615758 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615758 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615758 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615758 > .ba-box-model:before {height: 15px;}#item-16551353615758 > .ba-box-model:after {height: 0px;}}#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615759 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615759 > .ba-box-model:before {height: 5px;}#item-16551353615759 > .ba-box-model:after {height: 5px;}}#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16551353615760 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16551353615760 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615760 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615760 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615760 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615760 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615760 > .ba-box-model:before {height: 15px;}#item-16551353615760 > .ba-box-model:after {height: 0px;}}#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615761 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16551353615761 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16551353615761 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16551353615761 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16551353615761 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16551353615761 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16551353615761 > .ba-box-model:before {height: 10px;}#item-16551353615761 > .ba-box-model:after {height: 5px;}}#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16551353615762 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16551353615762 > .ba-box-model:before {height: 5px;}#item-16551353615762 > .ba-box-model:after {height: 5px;}}#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16551353615769 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16551353615769 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16551353615769 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16551353615769 .ba-image-wrapper {transition-duration: 0.3s;}#item-16551353615769 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16551353615769 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16551353615769 > .ba-box-model:before {height: 25px;top: -0px;}#item-16551353615769 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17126210468983 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-17126210468983 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-17126210468983 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 354px;}#item-17126210468983 .ba-image-wrapper {transition-duration: 0.3s;}#item-17126210468983 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-17126210468983 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-17126210468983 > .ba-box-model:before {height: 25px;top: -0px;}#item-17126210468983 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}#item-17254663150 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-17254663150 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17254663150 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 768px) {#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 480px) {#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}@media (max-width: 480px) {#item-17254663150 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254663150 .ba-button-wrapper {text-align: center;}#item-17254663150 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17254663150 .ba-button-wrapper a {color : rgba(0, 0, 0, 1);background-color : rgba(232, 208, 157, 1);border : 0px solid var(--border);border-radius : 20px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 25px;padding-left : 25px;padding-right : 25px;padding-top : 25px;}#item-17254663150 .ba-button-wrapper a i {font-size : 24px;}#item-17254663150 > .ba-box-model:before {height: 25px;top: -0px;}#item-17254663150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-17254663150 > .ba-box-model .ba-bm-bottom {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-17254663150 > .ba-box-model .ba-bm-top {width: 25px; height: 25px;}}#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17254671850 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671850 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-17254671850 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-17254671850 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-17254671850 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-17254671850 > .ba-box-model:before {height: 25px;}#item-17254671850 > .ba-box-model:after {height: 25px;}}#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17254671430 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17254671430 > .ba-box-model:before {height: 25px;}#item-17254671430 > .ba-box-model:after {height: 25px;}}#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900471 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900471 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900471 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900471 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900471 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900471 > .ba-box-model:before {height: 5px;}#item-16696377900471 > .ba-box-model:after {height: 5px;}}#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900472 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900472 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900472 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900472 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900472 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900472 > .ba-box-model:before {height: 5px;}#item-16696377900472 > .ba-box-model:after {height: 5px;}}#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16696377900473 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16696377900473 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16696377900473 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16696377900473 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900473 .ba-button-wrapper {text-align: center;}#item-16696377900473 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900473 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16696377900473 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900473 > .ba-box-model:before {height: 5px;top: -1px;}#item-16696377900473 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16696377900473 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16696377900473 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16696377900473 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900474 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900474 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16696377900474 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16696377900474 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16696377900474 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16696377900474 > .ba-box-model:before {height: 5px;}#item-16696377900474 > .ba-box-model:after {height: 5px;}}#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16696377900475 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900475 p {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900475 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900475 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900475 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900475 > .ba-box-model:before {height: 25px;}#item-16696377900475 > .ba-box-model:after {height: 25px;}}#item-16696377900476 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16696377900476 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16696377900476 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16696377900476 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16696377900476 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900476 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16696377900476 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900476 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16696377900476 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900476 .ba-button-wrapper {text-align: center;}#item-16696377900476 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16696377900476 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16696377900476 .ba-button-wrapper a i {font-size : 24px;}#item-16696377900476 > .ba-box-model:before {height: 5px;top: -0px;}#item-16696377900476 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16696377900476 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16696377900476 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16696377900476 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900477 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900477 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900477 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900477 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900477 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900477 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900477 > .ba-box-model:before {height: 15px;}#item-16696377900477 > .ba-box-model:after {height: 0px;}}#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900478 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900478 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900478 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900478 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900478 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900478 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900478 > .ba-box-model:before {height: 15px;}#item-16696377900478 > .ba-box-model:after {height: 0px;}}#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900479 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900479 > .ba-box-model:before {height: 5px;}#item-16696377900479 > .ba-box-model:after {height: 5px;}}#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16696377900480 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16696377900480 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900480 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900480 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900480 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900480 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900480 > .ba-box-model:before {height: 15px;}#item-16696377900480 > .ba-box-model:after {height: 0px;}}#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900481 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16696377900481 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16696377900481 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16696377900481 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16696377900481 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16696377900481 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16696377900481 > .ba-box-model:before {height: 10px;}#item-16696377900481 > .ba-box-model:after {height: 5px;}}#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16696377900482 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16696377900482 > .ba-box-model:before {height: 5px;}#item-16696377900482 > .ba-box-model:after {height: 5px;}}#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16700064649071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16700064649071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16700064649071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16700064649071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16700064649071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16700064649071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16700064649071 > .ba-box-model:before {height: 10px;}#item-16700064649071 > .ba-box-model:after {height: 5px;}}#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16700064649072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16700064649072 > .ba-box-model:before {height: 5px;}#item-16700064649072 > .ba-box-model:after {height: 5px;}}#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16696377900483 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16696377900483 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16696377900483 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16696377900483 .ba-image-wrapper {transition-duration: 0.3s;}#item-16696377900483 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16696377900483 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16696377900483 > .ba-box-model:before {height: 25px;top: -0px;}#item-16696377900483 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248861 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248861 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248861 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248861 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248861 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248861 > .ba-box-model:before {height: 5px;}#item-16774988248861 > .ba-box-model:after {height: 5px;}}#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248862 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248862 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248862 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248862 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248862 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248862 > .ba-box-model:before {height: 5px;}#item-16774988248862 > .ba-box-model:after {height: 5px;}}#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16774988248863 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16774988248863 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16774988248863 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16774988248863 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248863 .ba-button-wrapper {text-align: center;}#item-16774988248863 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248863 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16774988248863 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248863 > .ba-box-model:before {height: 5px;top: -1px;}#item-16774988248863 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16774988248863 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16774988248863 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16774988248863 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248864 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248864 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16774988248864 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16774988248864 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16774988248864 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16774988248864 > .ba-box-model:before {height: 5px;}#item-16774988248864 > .ba-box-model:after {height: 5px;}}#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16774988248865 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248865 p {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248865 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248865 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248865 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248865 > .ba-box-model:before {height: 25px;}#item-16774988248865 > .ba-box-model:after {height: 25px;}}#item-16774988248866 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16774988248866 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16774988248866 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16774988248866 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16774988248866 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248866 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16774988248866 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248866 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16774988248866 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248866 .ba-button-wrapper {text-align: center;}#item-16774988248866 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16774988248866 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16774988248866 .ba-button-wrapper a i {font-size : 24px;}#item-16774988248866 > .ba-box-model:before {height: 5px;top: -0px;}#item-16774988248866 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16774988248866 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16774988248866 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16774988248866 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248867 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248867 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248867 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248867 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248867 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248867 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248867 > .ba-box-model:before {height: 15px;}#item-16774988248867 > .ba-box-model:after {height: 0px;}}#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248868 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248868 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248868 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248868 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248868 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248868 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248868 > .ba-box-model:before {height: 15px;}#item-16774988248868 > .ba-box-model:after {height: 0px;}}#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248869 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248869 > .ba-box-model:before {height: 5px;}#item-16774988248869 > .ba-box-model:after {height: 5px;}}#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16774988248870 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16774988248870 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248870 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248870 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248870 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248870 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248870 > .ba-box-model:before {height: 15px;}#item-16774988248870 > .ba-box-model:after {height: 0px;}}#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248871 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248871 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248871 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248871 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248871 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248871 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248871 > .ba-box-model:before {height: 10px;}#item-16774988248871 > .ba-box-model:after {height: 5px;}}#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248872 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248872 > .ba-box-model:before {height: 5px;}#item-16774988248872 > .ba-box-model:after {height: 5px;}}#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248873 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248873 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248873 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248873 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248873 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248873 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248873 > .ba-box-model:before {height: 10px;}#item-16774988248873 > .ba-box-model:after {height: 5px;}}#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248874 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248874 > .ba-box-model:before {height: 5px;}#item-16774988248874 > .ba-box-model:after {height: 5px;}}#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248875 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16774988248875 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16774988248875 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16774988248875 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16774988248875 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16774988248875 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16774988248875 > .ba-box-model:before {height: 10px;}#item-16774988248875 > .ba-box-model:after {height: 5px;}}#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16774988248876 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16774988248876 > .ba-box-model:before {height: 5px;}#item-16774988248876 > .ba-box-model:after {height: 5px;}}#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16774988248877 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16774988248877 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16774988248877 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16774988248877 .ba-image-wrapper {transition-duration: 0.3s;}#item-16774988248877 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16774988248877 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16774988248877 > .ba-box-model:before {height: 25px;top: -0px;}#item-16774988248877 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304151 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304151 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304151 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304151 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304151 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304151 > .ba-box-model:before {height: 5px;}#item-16781016304151 > .ba-box-model:after {height: 5px;}}#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304152 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304152 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304152 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304152 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304152 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304152 > .ba-box-model:before {height: 5px;}#item-16781016304152 > .ba-box-model:after {height: 5px;}}#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16781016304153 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16781016304153 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16781016304153 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16781016304153 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304153 .ba-button-wrapper {text-align: center;}#item-16781016304153 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304153 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16781016304153 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304153 > .ba-box-model:before {height: 5px;top: -1px;}#item-16781016304153 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16781016304153 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16781016304153 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16781016304153 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304154 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304154 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16781016304154 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16781016304154 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16781016304154 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16781016304154 > .ba-box-model:before {height: 5px;}#item-16781016304154 > .ba-box-model:after {height: 5px;}}#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16781016304155 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304155 p {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304155 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304155 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304155 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304155 > .ba-box-model:before {height: 25px;}#item-16781016304155 > .ba-box-model:after {height: 25px;}}#item-16781016304156 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16781016304156 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16781016304156 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16781016304156 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16781016304156 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304156 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16781016304156 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304156 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16781016304156 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304156 .ba-button-wrapper {text-align: center;}#item-16781016304156 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16781016304156 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16781016304156 .ba-button-wrapper a i {font-size : 24px;}#item-16781016304156 > .ba-box-model:before {height: 5px;top: -0px;}#item-16781016304156 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16781016304156 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16781016304156 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16781016304156 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304157 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304157 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304157 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304157 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304157 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304157 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304157 > .ba-box-model:before {height: 15px;}#item-16781016304157 > .ba-box-model:after {height: 0px;}}#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304158 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304158 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304158 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304158 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304158 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304158 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304158 > .ba-box-model:before {height: 15px;}#item-16781016304158 > .ba-box-model:after {height: 0px;}}#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304159 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304159 > .ba-box-model:before {height: 5px;}#item-16781016304159 > .ba-box-model:after {height: 5px;}}#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16781016304160 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16781016304160 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304160 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304160 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304160 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304160 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304160 > .ba-box-model:before {height: 15px;}#item-16781016304160 > .ba-box-model:after {height: 0px;}}#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304161 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304161 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304161 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304161 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304161 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304161 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304161 > .ba-box-model:before {height: 10px;}#item-16781016304161 > .ba-box-model:after {height: 5px;}}#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304162 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304162 > .ba-box-model:before {height: 5px;}#item-16781016304162 > .ba-box-model:after {height: 5px;}}#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304163 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304163 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304163 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304163 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304163 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304163 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304163 > .ba-box-model:before {height: 10px;}#item-16781016304163 > .ba-box-model:after {height: 5px;}}#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304164 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304164 > .ba-box-model:before {height: 5px;}#item-16781016304164 > .ba-box-model:after {height: 5px;}}#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304165 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16781016304165 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16781016304165 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16781016304165 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16781016304165 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16781016304165 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16781016304165 > .ba-box-model:before {height: 10px;}#item-16781016304165 > .ba-box-model:after {height: 5px;}}#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16781016304166 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16781016304166 > .ba-box-model:before {height: 5px;}#item-16781016304166 > .ba-box-model:after {height: 5px;}}#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16781016304167 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16781016304167 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781016304167 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16781016304167 .ba-image-wrapper {transition-duration: 0.3s;}#item-16781016304167 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16781016304167 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16781016304167 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781016304167 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}@media (max-width: 1200px) {#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16781029240 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16781029240 .ba-video-wrapper {border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom: calc(56.24% - 0px);}#item-16781029240 > .ba-box-model:before {height: 25px;top: -0px;}#item-16781029240 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421061 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421061 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421061 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421061 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421061 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421061 > .ba-box-model:before {height: 5px;}#item-16805220421061 > .ba-box-model:after {height: 5px;}}#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421062 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421062 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421062 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421062 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421062 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421062 > .ba-box-model:before {height: 5px;}#item-16805220421062 > .ba-box-model:after {height: 5px;}}#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}#item-16805220421063 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16805220421063 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16805220421063 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 768px) {#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}@media (max-width: 480px) {#item-16805220421063 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421063 .ba-button-wrapper {text-align: center;}#item-16805220421063 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421063 .ba-button-wrapper a {color : rgba(120, 1, 1, 1);background-color : rgba(237, 237, 237, 1);border : 1px solid rgba(150, 2, 2, 1);border-radius : 10px;box-shadow: 0 10px 20px 0 var(--shadow);padding-bottom : 8px;padding-left : 15px;padding-right : 15px;padding-top : 8px;}#item-16805220421063 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421063 > .ba-box-model:before {height: 5px;top: -1px;}#item-16805220421063 > .ba-box-model:after {height: 5px;bottom: -1px;}#item-16805220421063 > .ba-box-model .ba-bm-bottom {width: 8px; height: 8px;}#item-16805220421063 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-16805220421063 > .ba-box-model .ba-bm-top {width: 8px; height: 8px;}}#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421064 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421064 p {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h1 {font-family : 'Open Sans';font-weight : 700;animation-duration: 0.9s;;}#item-16805220421064 h2 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h3 {font-family : 'Open Sans';font-weight : 900;animation-duration: 0.9s;;}#item-16805220421064 h4 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h5 {font-family : 'Open Sans';font-weight : 300;animation-duration: 0.9s;;}#item-16805220421064 h6 {font-family : 'Open Sans';font-weight : 500;animation-duration: 0.9s;;}#item-16805220421064 > .ba-box-model:before {height: 5px;}#item-16805220421064 > .ba-box-model:after {height: 5px;}}#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-16805220421065 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-16805220421065 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421065 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421065 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421065 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421065 > .ba-box-model:before {height: 25px;}#item-16805220421065 > .ba-box-model:after {height: 25px;}}#item-16805220421066 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-16805220421066 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-16805220421066 .ba-button-wrapper a {flex-direction: row-reverse;}#item-16805220421066 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-16805220421066 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421066 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-16805220421066 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421066 {display : block;margin-bottom : 25px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-16805220421066 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421066 .ba-button-wrapper {text-align: center;}#item-16805220421066 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-16805220421066 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(230, 25, 25, 1);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-16805220421066 .ba-button-wrapper a i {font-size : 24px;}#item-16805220421066 > .ba-box-model:before {height: 5px;top: -0px;}#item-16805220421066 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16805220421066 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-16805220421066 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-16805220421066 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421067 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421067 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421067 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421067 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421067 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421067 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421067 > .ba-box-model:before {height: 15px;}#item-16805220421067 > .ba-box-model:after {height: 0px;}}#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421068 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421068 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421068 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421068 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421068 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421068 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421068 > .ba-box-model:before {height: 15px;}#item-16805220421068 > .ba-box-model:after {height: 0px;}}#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421069 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421069 > .ba-box-model:before {height: 5px;}#item-16805220421069 > .ba-box-model:after {height: 5px;}}#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-16805220421070 {display : block;margin-bottom : 0px;margin-top : 15px;}#item-16805220421070 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421070 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421070 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421070 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421070 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421070 > .ba-box-model:before {height: 15px;}#item-16805220421070 > .ba-box-model:after {height: 0px;}}#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421071 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421071 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421071 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421071 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421071 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421071 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421071 > .ba-box-model:before {height: 10px;}#item-16805220421071 > .ba-box-model:after {height: 5px;}}#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421072 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421072 > .ba-box-model:before {height: 5px;}#item-16805220421072 > .ba-box-model:after {height: 5px;}}#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421073 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421073 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421073 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421073 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421073 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421073 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421073 > .ba-box-model:before {height: 10px;}#item-16805220421073 > .ba-box-model:after {height: 5px;}}#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421074 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421074 > .ba-box-model:before {height: 5px;}#item-16805220421074 > .ba-box-model:after {height: 5px;}}#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421075 {display : block;margin-bottom : 5px;margin-top : 10px;}#item-16805220421075 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16805220421075 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805220421075 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805220421075 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805220421075 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805220421075 > .ba-box-model:before {height: 10px;}#item-16805220421075 > .ba-box-model:after {height: 5px;}}#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805220421076 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805220421076 > .ba-box-model:before {height: 5px;}#item-16805220421076 > .ba-box-model:after {height: 5px;}}#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16838902998780 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16838902998780 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16838902998780 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16838902998780 .ba-image-wrapper {transition-duration: 0.3s;}#item-16838902998780 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16838902998780 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16838902998780 > .ba-box-model:before {height: 25px;top: -0px;}#item-16838902998780 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805223766711 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766711 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766711 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766711 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766711 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766711 > .ba-box-model:before {height: 5px;}#item-16805223766711 > .ba-box-model:after {height: 5px;}}#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16805223766712 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16805223766712 p {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16805223766712 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16805223766712 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16805223766712 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16805223766712 > .ba-box-model:before {height: 5px;}#item-16805223766712 > .ba-box-model:after {height: 5px;}}#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16922125929490 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16922125929490 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16922125929490 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 550px;}#item-16922125929490 .ba-image-wrapper {transition-duration: 0.3s;}#item-16922125929490 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16922125929490 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16922125929490 > .ba-box-model:before {height: 25px;top: -0px;}#item-16922125929490 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15739517668661 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15739517668661 p {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-15739517668661 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-15739517668661 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-15739517668661 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-15739517668661 > .ba-box-model:before {height: 5px;}#item-15739517668661 > .ba-box-model:after {height: 5px;}}#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16440658910271 {display : block;margin-bottom : 5px;margin-top : 16px;}#item-16440658910271 p {font-family : 'Open Sans';font-weight : 300;line-height : 16px;;}#item-16440658910271 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16440658910271 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16440658910271 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16440658910271 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16440658910271 > .ba-box-model:before {height: 16px;}#item-16440658910271 > .ba-box-model:after {height: 5px;}}#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16440658910272 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16440658910272 > .ba-box-model:before {height: 5px;}#item-16440658910272 > .ba-box-model:after {height: 5px;}}#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-16451868858900 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-16451868858900 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-16451868858900 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 450px;}#item-16451868858900 .ba-image-wrapper {transition-duration: 0.3s;}#item-16451868858900 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16451868858900 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16451868858900 > .ba-box-model:before {height: 25px;top: -0px;}#item-16451868858900 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200562373981 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373981 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373981 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373981 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373981 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373981 > .ba-box-model:before {height: 5px;}#item-16200562373981 > .ba-box-model:after {height: 5px;}}#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16200562373982 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373982 p {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16200562373982 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16200562373982 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16200562373982 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16200562373982 > .ba-box-model:before {height: 5px;}#item-16200562373982 > .ba-box-model:after {height: 5px;}}#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293797750 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293797750 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293797750 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293797750 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293797750 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293797750 > .ba-box-model:before {height: 5px;}#item-16201293797750 > .ba-box-model:after {height: 5px;}}#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-16201293745720 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-16201293745720 p {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h1 {font-family : 'Open Sans';font-weight : 700;;}#item-16201293745720 h2 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h3 {font-family : 'Open Sans';font-weight : 900;;}#item-16201293745720 h4 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h5 {font-family : 'Open Sans';font-weight : 300;;}#item-16201293745720 h6 {font-family : 'Open Sans';font-weight : 500;;}#item-16201293745720 > .ba-box-model:before {height: 5px;}#item-16201293745720 > .ba-box-model:after {height: 5px;}}#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-16200562373997 .ba-image-wrapper { cursor: zoom-in; }@media (max-width: 1200px) {#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}}@media (max-width: 768px) {#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}}@media (max-width: 768px) {#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}}@media (max-width: 480px) {#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}}@media (max-width: 480px) {#item-16200562373997 {text-align: center;display : block;margin-bottom : 5px;margin-top : 5px;}#item-16200562373997 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);width: 350px;}#item-16200562373997 .ba-image-wrapper {transition-duration: 0.3s;}#item-16200562373997 .ba-image-item-caption .ba-caption-overlay {background-color :rgba(0, 0, 0, 0);background-image: none;}#item-16200562373997 .ba-image-item-title {color:var(--title-inverse);font-family : 'Open Sans';font-size : 32px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 42px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 .ba-image-item-description {color:var(--title-inverse);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 36px;text-decoration : none;text-align : center;text-transform : none;margin-bottom : 0px;margin-top : 0px;}#item-16200562373997 > .ba-box-model:before {height: 5px;top: -0px;}#item-16200562373997 > .ba-box-model:after {height: 5px;bottom: -0px;}}@font-face {font-family: 'IvyOra Display'; font-weight: 700; src: url(../../../../components/com_gridbox/assets/css/storage/../../../../../templates/gridbox/library/fonts/IvyOra-Display/ivyoradisplay-bold.ttf);} /* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== Global Reset ========================================================================== */ body.contentpane, html { background: transparent; } body{ -webkit-text-size-adjust: none!important ; } .footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6, .footer p, .header h1, .header h2, .header h3, .header h4, .header h5, .header h6, .header p, .com_gridbox:not(.modal) h1, .com_gridbox:not(.modal) h2, .com_gridbox:not(.modal) h3, .com_gridbox:not(.modal) h4, .com_gridbox:not(.modal) h5, .com_gridbox:not(.modal) h6, .com_gridbox:not(.modal) p { margin: 0; } body .ba-item:not(.ba-item-modules) { font-size: initial; letter-spacing: initial; line-height: initial; } table { border-spacing: 0; width: 100%; } a { cursor: pointer; text-decoration: none; } a[name]:hover, a[name] { color: inherit; cursor: text; } img { min-width: 1px; } h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, li:focus, button:focus, a:focus, div:focus, p:focus { outline: none; } input[type=range]::-moz-focus-outer { border: 0; } .ba-item .search input[type="search"], img { max-width: 100%; } .content-text table { width: 100% !important; } body:not(.com_gridbox) .body .main-body { box-sizing: border-box; margin: 0 auto; max-width: 100%; } body { -webkit-overflow-scrolling: touch !important; } /* Blockquote */ blockquote { border-left: 4px solid; margin: 0; padding: 50px; } /* Lazy-Load */ .lazy-load-image, .lazy-load-image > .parallax-wrapper .parallax, .slideshow-content.lazy-load-image .ba-slideshow-img { background-image: none !important; } /* ======================================================================== Global Inputs ========================================================================== */ .com_virtuemart table.user-details input, .chzn-container-single .chzn-search input[type="text"], .chzn-container-multi .chzn-choices, .chzn-container-single .chzn-single, textarea:not([class*="span"]), input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], select { background: #fff; border: 1px solid #f3f3f3; box-sizing: border-box; color: #555; display: inline-block; font-size: 13px; font-family: inherit; height: 48px; line-height: 20px; margin-bottom: 10px; padding: 4px 6px; width: 250px; } input[readonly] { background-color: #fafafa; } label, select, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="radio"], input[type="checkbox"] { cursor: pointer; } input:focus, textarea:not(.ba-comment-message):focus, select:focus { border-color: #03ADEB !important; outline: none; } input:focus, select:focus, textarea:not(.ba-comment-message):focus { box-shadow: none !important; } label.invalid { color: #F54A40; } input.invalid { border: 1px solid #F54A40; } /* Disabled inputs */ body input[disabled], body select[disabled], body textarea[disabled], body input[readonly], body select[readonly], body textarea[readonly] { cursor: not-allowed; background-color: transparent; } /* ======================================================================== Gridbox Template General Styles ========================================================================== */ body { display: flex; flex-direction: column; margin: 0; min-height: 100vh; overflow-x: hidden; } .body { flex: 1 1 auto; } body:not(.com_gridbox) .body { margin: 100px 0; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .body { min-height: 1px; } } body.contentpane.modal { position: static; } .ba-overlay-section-backdrop.horizontal-top .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-container { box-sizing: border-box; margin: 0 auto; max-width: 100%; } header.header { min-width: inherit; width: 100%; z-index: 10; } .ba-lightbox-open header.header, .lightbox-open header.header { z-index: 20 !important; } body:not(.gridbox) header.header { margin-left: 0 !important } img:focus { outline: none; } .ba-item { min-height: 20px; position: relative; } .ba-item:not(.ba-item-scroll-to-top):not(.ba-social-sidebar):not(.side-navigation-menu):not(.ba-pull-right):not(.ba-pull-left) { width: 100%; } #add-plugin-dialog .ba-plugin-group:before, #add-plugin-dialog .ba-plugin-group:after, .ba-row > .column-wrapper .ba-grid-column:before, .ba-row > .column-wrapper .ba-grid-column:after, .ba-row > .column-wrapper:before, .ba-row > .column-wrapper:after { clear: both; content: ""; display: table; line-height: 0; } /* /* Grid */ .ba-section, .ba-row, .ba-grid-column { box-sizing: border-box; position: relative; } .ba-row { z-index: 1; } .row-with-menu { z-index: 5; } .ba-grid-column { flex-direction: row; } .ba-section-items, .ba-tabs-wrapper .ba-grid-column .ba-item:not(.ba-item-scroll-to-top):not(.ba-inline-icon) { width: 100%; } @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ba-wrapper, .ba-row-wrapper, .ba-grid-column-wrapper { display: flex; } header.header { flex-shrink: 0; } } .column-wrapper .ba-grid-column-wrapper { align-self: stretch; display: flex; } .column-wrapper .ba-grid-column-wrapper > .ba-grid-column { align-content: flex-start; align-items: flex-start; align-self: stretch; display: flex !important; justify-content: center; flex-wrap: wrap; width: 100%; } .ba-grid-column > a { position: absolute; top: 0; right: 0; left: 0; bottom: 0; cursor: pointer; z-index: 100; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-content-align-middle { align-items: center; align-content: center; } .column-wrapper .ba-grid-column-wrapper .ba-grid-column.column-content-align-bottom { align-items: flex-end; align-content: flex-end; } .ba-grid-column .ba-row-wrapper:not(.ba-container) { width: 100%; } /* ======================================================================== Article ========================================================================== */ /* Tooltip */ .tooltip, .popover { position: absolute !important; z-index: 1060; } .tooltip.top, .popover.top { margin-top: -10px; } .tooltip.right, .popover.right { margin-left: 10px; } .tooltip.bottom, .popover.bottom { margin-top: 10px; } .tooltip.left, .popover.left { margin-left: -10px; } .tooltip-arrow, .popover .arrow { border: 5px solid transparent; border-right: 5px solid #2c2c2c; bottom: calc(50% - 5px); left: -15px; position: absolute; width: 5px; } .popover.top .arrow, .tooltip-arrow { border-right: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -15px; height: 5px; left: calc(50% - 5px); width: 0px; } .tooltip.bottom .tooltip-arrow { border-bottom: 5px solid #2c2c2c; border-top: 0; bottom: auto; top: -10px; } .ba-items-filter-show-button, .tooltip, .tip-wrap, .popover { background: #2c2c2c; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); max-width: 200px; opacity: 0; padding: 20px; text-align: left; transition: opacity .3s; width: auto; z-index: 100000; } .ba-items-filter-show-button, .tooltip.in, .tip-wrap, .popover.in { opacity: 1; } .tip-wrap .tip, .tooltip .tooltip-inner, .popover .popover-content { color: #fff; font-size: 12px; font-weight: 500; line-height: 24px; margin: 0; opacity: .56; } .ba-items-filter-show-button, .popover .popover-title { color: #fff; display: block; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 16px; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } .tooltip .tooltip-inner { margin: 0!important; } .tooltip { margin: 0 auto; margin-top: -5px; } /* ======================================================================== System Message ========================================================================== */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } #system-message { animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; border-radius: 6px; border: none; bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: block; opacity: 1; overflow: hidden; padding: 0; position: fixed; right: 50px; text-shadow: none; visibility: visible; z-index: 1510; } #system-message-container .alert { background: #02adea; display: inline-block; padding: 40px 25px; width: 250px; } #system-message-container .alert.alert-warning, #system-message-container .alert.alert-danger, #system-message-container .alert.alert-error { background-color: #ff776f;; } #system-message .alert-heading { color: #fff; display: block; font-size: 14px; font-weight: bold; letter-spacing: 0; line-height: 16px; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } #system-message > div .alert-message { color: #fff; font-size: 14px; font-weight: 500; line-height: 24px; margin: 0; opacity: .6; word-break: break-word; } #system-message .alert:before, #system-message .close { color: #fff; opacity: 1; padding: 8px; position: absolute; right: 5px; text-shadow: none; top: 0; opacity: 0; } #system-message > .alert:before { content: '\f136'; display: inline-block; font: normal normal normal 24px/1 'Material-Design-Iconic-Font'; opacity: 1; padding: 13px 10px; } /* ======================================================================== Header Sidebar ========================================================================== */ .sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section { min-height: 100vh !important; } .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { margin-left: var(--sidebar-menu-width)!important; margin-top: 0; width: calc(100% - ( var(--sidebar-menu-width) )); } .header.sidebar-menu .column-wrapper { display: block; } /* ======================================================================== Modal ========================================================================== */ .modal { background-color: #fff; border: none; box-shadow: none; left: 50%; margin: 0; position: fixed; top: 5%; z-index: 1041; } .modal-body { position: relative; } .hide { display: none; } .visible { animation-fill-mode: both; display: block; } .visible * { backface-visibility: hidden; -webkit-backface-visibility: hidden; } /* ======================================================================== Shape Divider ========================================================================== */ .ba-shape-divider.ba-shape-divider-top { transform: scaleY(-1); } .ba-shape-divider { border-radius: inherit; bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 1; } .ba-shape-divider svg { bottom: 0; fill: currentColor; left: 0; min-width: 100%; position: absolute; } .ba-row .ba-shape-divider { z-index: -1; } /* MS Edge Browser */ @supports (-ms-ime-align:auto) { .ba-shape-divider:empty { display: none !important; } } /* IE10 and IE11 */ @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .ba-shape-divider:empty { display: none !important; } } /* ======================================================================== Video BG ========================================================================== */ .ba-grid-column .ba-row > .ba-overlay, .ba-overlay { border-radius: inherit; bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 0; } .ba-video-background.global-video-bg { position: fixed; } body > .ba-overlay { position: fixed; z-index: -2; } .ba-section > .ba-overlay { z-index: 1; } .ba-video-background { bottom: 0; border-radius: inherit; height: 100%; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; width: 100%; z-index: -2; } .ba-row > .ba-overlay, .ba-grid-column .ba-video-background { z-index: -1; } .ba-section > .ba-video-background { z-index: 0; } /* ======================================================================== Paralax ========================================================================== */ .parallax-wrapper, .parallax { background-attachment: scroll; border-radius: inherit; background: inherit; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -2; } .parallax { height: 120%; left: -10%; top: -10%; transition: none; width: 120%; } .parallax-wrapper { overflow: hidden; } .parallax-wrapper.scroll .parallax { left: 0; width: 100%; } /* ======================================================================== Main menu ========================================================================== */ .main-menu > .add-new-item, .close-menu, .open-menu { display: none; } .nav-child { transition: all .5s ease; } .menu.nav { margin: 0; } .main-menu .nav.menu { font-size: 0; letter-spacing: 0; line-height: 0; list-style: none; padding-left: 0; } .main-menu .nav.menu > li { display: inline-block; float: none; overflow: visible; text-decoration: none; position: relative; } .vertical-menu .main-menu .nav.menu > li { overflow: visible; } .nav.menu > li > a, .nav.menu > li > span { background: transparent; display: block; } .nav.menu > li > a:hover, .nav.menu > li > a:focus { background: transparent; } .nav-child { padding: 0; width: 250px; } li.deeper > span i.zmdi-caret-right, li.deeper > a i.zmdi-caret-right { color: inherit; font-size: inherit; line-height: inherit; margin: 0 5px; } .vertical-menu li.deeper > span i.zmdi-caret-right, .vertical-menu li.deeper > a i.zmdi-caret-right, .nav.menu > li li.deeper > span i.zmdi-caret-right, .nav.menu > li li.deeper > a i.zmdi-caret-right { float: right; } @-moz-document url-prefix() { .nav.menu li.deeper > span i.zmdi-caret-right, .nav.menu li.deeper > a i.zmdi-caret-right { float: right; } li.deeper > span i.zmdi-caret-right, li.deeper > a i.zmdi-caret-right { display: block; float: none; position: static; text-align: right; } } .deeper.parent .nav-child { display: none; } .nav > .deeper.parent > .nav-child { padding: 0; position: absolute; z-index: 20; } .nav-child li > span, .nav-child li > a { display: block; padding: 10px 20px; } .nav-child > .deeper { position: relative; } .nav-child li { text-decoration: none; list-style: none; } .nav-child > .deeper:hover > .nav-child { left: 100%; position: absolute; top: 0px; } .megamenu-editing.megamenu-item > .tabs-content-wrapper .ba-section, .nav li:hover > .tabs-content-wrapper .ba-section, .nav li.deeper:hover > .nav-child { animation-fill-mode: none; animation-delay: 0s; box-sizing: border-box; display: block; } li.deeper >span, li.deeper > a { position: relative; } .ba-menu-backdrop { background: #000; bottom: 0; display: none; left: 0; opacity: 0; position: fixed; right: 0; top: 0; z-index: 1; } .dropdown-left-direction { right: 0; } .child-dropdown-left-direction, .dropdown-left-direction ul { right: 100%; left: auto !important; } .dropdown-top-direction { transform: translateY(calc( 0px - var(--dropdown-top-diff) - 25px)); top: auto !important; } /* Menu With Icon */ .menu li span i.ba-menu-item-icon, .menu li a i.ba-menu-item-icon { color: inherit; line-height: 0; margin-right: 10px; text-align: center; vertical-align: middle; width: 1em; } /* Megamenu */ .megamenu-item .ba-section { max-width: 100%; } .ba-menu-wrapper > .tabs-content-wrapper, .megamenu-item > .tabs-content-wrapper, .megamenu-item > .nav-child { display: none !important; z-index: 999; } .row-with-megamenu .megamenu-editing.megamenu-item > .tabs-content-wrapper, .megamenu-item:hover >.tabs-content-wrapper { display: block !important; } .megamenu-item >.tabs-content-wrapper { position: absolute; top: 100%; } .vertical-menu .megamenu-item >.tabs-content-wrapper.ba-container { top: 0; } .megamenu-item >.tabs-content-wrapper:not(.ba-container) { max-width: none !important; } .megamenu-item >.tabs-content-wrapper:not(.ba-container) .ba-section { width: 100% !important; } .megamenu-item >.tabs-content-wrapper.ba-container:not(.megamenu-center) { margin: 0 !important; } .megamenu-item >.tabs-content-wrapper.ba-container { width: auto !important; } .nav-child > .megamenu-item .zmdi-caret-right, .nav-child > .megamenu-item >.tabs-content-wrapper { display: none !important; } /* Vertical layout menu */ .vertical-menu .main-menu .nav.menu > li { display: block; position: relative; } .vertical-menu .megamenu-item > .tabs-content-wrapper.ba-container, .vertical-menu .main-menu .nav.menu > li.deeper.parent>.nav-child { margin-left: 100% !important; } .vertical-menu .megamenu-item >.tabs-content-wrapper.ba-container.megamenu-center { padding: 0 !important; top: auto; } .vertical-menu .main-menu .nav.menu > li.megamenu-item { align-items: center; display: flex; } .vertical-menu .main-menu .nav.menu > li> span, .vertical-menu .main-menu .nav.menu > li> a { width: 100%; box-sizing: border-box; } .vertical-menu .main-menu .nav.menu > li .nav-child { top: 0; } body:not(.gridbox) .ba-item-preloader{ position: fixed; z-index: 99999; } body:not(.gridbox) .ba-item-preloader.preloader-animation-out { pointer-events: none; } /* ======================================================================== Plugins ========================================================================== */ /* /* Plugin Fields Filter */ .ba-item-fields-filter { box-sizing: border-box; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-field-filter, .ba-item-fields-filter .ba-fields-filter-wrapper { display: flex; flex-direction: column; } .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .ba-field-filter { margin-bottom: 20px; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label i { margin-left: 5px; margin-top: .2em; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter { flex-grow: 1; margin-right: 45px; position: relative; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label { align-items: center; cursor: pointer; display: flex; justify-content: space-between; margin-bottom: 0; transition: opacity .3s; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { align-items: flex-start; display: flex; flex-direction: row-reverse; } .ba-item-fields-filter .ba-fields-filter-wrapper .ba-checkbox-wrapper { margin-bottom: 10px; } .ba-item-fields-filter .ba-field-filter-label { margin-bottom: 15px; } .ba-item-fields-filter .ba-selected-filter-values-wrapper { margin-bottom: 20px; } .ba-item-fields-filter .horizontal-filter-bar .ba-selected-filter-values-wrapper { align-items: baseline; display: flex; width: 100%; } .ba-item-fields-filter .ba-field-filter .ba-checkbox { position: relative; display: inline; } .ba-item-fields-filter .ba-fields-filter-wrapper:not(.horizontal-filter-bar) .ba-field-filter-label i, .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"], .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-hide-filters, .ba-field-filter-value-wrapper.visible-filters-value .ba-show-all-filters, .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-checkbox-wrapper:nth-child(10) ~ .ba-checkbox-wrapper { display: none; } .ba-fields-filter-wrapper.horizontal-filter-bar .ba-checkbox-wrapper:nth-child(10) ~ .ba-checkbox-wrapper { display: flex !important; } .ba-field-filter-value-wrapper:not(.visible-filters-value) .ba-checkbox-wrapper:nth-child(10), .ba-field-filter-value-wrapper.visible-filters-value .ba-checkbox-wrapper:last-child { margin-bottom: 0; } .ba-fields-filter-wrapper.horizontal-filter-bar .ba-checkbox-wrapper:nth-child(10) { margin-bottom: 10px!important; } .ba-selected-filter-values-remove-all span, .ba-hide-filters, .ba-show-all-filters { cursor: pointer; font-size: .8em !important; font-weight: bold !important; transition: opacity .3s; } .ba-selected-filter-values-remove-all span { font-size: inherit !important; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-label:hover, .ba-item-fields-filter .zmdi-close:hover, .ba-selected-filter-values-remove-all span:hover, .ba-hide-filters:hover, .ba-show-all-filters:hover { opacity: .5 } .ba-selected-filter-values-title { display: block; } .ba-selected-filter-values-body { margin-top: 10px; } .ba-item-fields-filter .ba-field-filter .ba-checkbox input ~ span { top: calc(var(--filter-value-line-height)/2 - 10px); } .ba-item-fields-filter .ba-field-filter[data-id="rating"] .ba-checkbox input ~ span { top: 2px; } .ba-item-fields-filter .ba-checkbox-wrapper > span { background: transparent !important; cursor: pointer; margin: 0; min-width: 0; padding: 0 0 0 30px; width: auto; } .ba-item-fields-filter .ba-checkbox-wrapper > span.ba-filter-rating { display: flex; } .ba-item-fields-filter .ba-field-filter-value-wrapper select { color: inherit; } .ba-item-fields-filter .ba-field-filter .ba-checkbox span { border-radius: 3px; border: 2px solid #757575; box-sizing: border-box; display: block; height: 20px; top: 10px; position: absolute; width: 20px; } @keyframes click-wave { 0% { left: -1px; top: -1px;width: 19px; height: 19px; opacity: 0.35;} 100% { width: 50px; height: 50px; left: -17px; top: -17px; opacity: 0;} } .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"]:checked ~ span:before { animation: click-wave 0.65s; background: var(--primary); border-radius: 50%; content: ''; display: block; position: absolute; z-index: 100; } .ba-item-fields-filter .ba-field-filter .ba-checkbox input[type="checkbox"]:checked + span:after { color: #fff; content: '\f26b'; display: block; font: normal normal normal 16px/16px 'Material-Design-Iconic-Font'; text-align: center; letter-spacing: 0; } .ba-item-fields-filter .ba-field-filter .ba-checkbox input:checked ~ span { border-color: var(--primary); background: var(--primary); } .ba-label-position-left .field-price-currency { margin-right: 5px; } .ba-field-wrapper:not(.ba-label-position-left) .field-price-currency { margin-left: 5px; } .ba-items-filter-show-button { animation: tooltip .3s ease-in-out both!important; cursor: pointer; font-size: 14px; font-weight: bold; line-height: 24px; padding: 15px; position: absolute; text-transform: none; white-space: nowrap; } .ba-items-filter-show-button.horizontal-filter-tooltip { cursor: default; } .ba-items-filter-show-button:before { border: 5px solid transparent; border-right: 5px solid #2c2c2c; bottom: calc(50% - 4px); content: ""; height: 0; left: 0 !important; margin-left: -9px; position: absolute; top: auto; } .ba-items-filter-show-button.filter-top-button:before { border-right: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -10px; content: ""; left: calc(50% - 4px) !important; margin-left: 0; } .ba-item-fields-filter .ba-selected-filter-values { background: var(--primary); border-radius: 50px; color: #fff; display: inline-block; font-size: 14px; line-height: 36px; margin: 0 10px 10px 0; padding: 0 8px 0 15px; vertical-align: middle; } .ba-item-fields-filter .ba-selected-filter-value { font-weight: bold; margin-left: 5px; pointer-events: none; } .ba-item-fields-filter .zmdi-close { background: #ffffff; border-radius: 50%; color: var(--primary); cursor: pointer; font-size: 16px; line-height: 14px; margin-left: 10px; padding: 5px; text-align: center; transition: opacity .3s; vertical-align: middle; width: 14px; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { align-items: center; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-title, .ba-fields-filter-wrapper:not(.horizontal-filter-bar ) .ba-items-filter-search-button, .horizontal-filter-bar .ba-field-filter-value-wrapper, .horizontal-filter-bar .ba-show-all-filters, .horizontal-filter-bar .ba-hide-filters { display: none; } .horizontal-filter-bar .ba-selected-values-wrapper { align-items: baseline; display: flex; order: 200; width: 100%; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-body { flex-grow: 1; } .horizontal-filter-bar .ba-selected-filter-values-wrapper .ba-selected-filter-values-remove-all { white-space: nowrap; } .visible-horizontal-filters-value .ba-field-filter-value-wrapper { animation: visible-horizontal-filters .3s both; background: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; display: block; max-height: 350px; opacity: 1; overflow-x: hidden; overflow-y: auto; padding: 30px; position: absolute; top: 2em; visibility: visible; width: 300px; z-index: 25; } .visible-horizontal-filters .visible-horizontal-filters-row { z-index: 10; } .ba-items-filter-search-button { background: var(--primary); border-radius: 3px; color: #fff !important; cursor: pointer; font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; order: 100; padding: 15px 40px; transition: all .3s; } .ba-item-fields-filter .ba-field-filter-input-wrapper { align-items: center; display: flex; margin-top: 25px; } .ba-item-fields-filter .ba-field-filter-input-wrapper input { font-size: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; margin: 0; min-width: 0; width: auto; } .ba-item-fields-filter .ba-field-filter-price-delimiter { margin: 0 10px } .ba-item-fields-filter .ba-field-filter-price-symbol { margin-right: 10px; white-space: nowrap; } .ba-item-fields-filter .ba-field-filter-range-wrapper { position: relative; width: 100%; } .ba-item-fields-filter .visible-horizontal-filters-value .ba-field-filter-range-wrapper { margin-top: 10px; } .ba-item-fields-filter .visible-horizontal-filters-value .ba-field-filter-input-wrapper { margin-top: 40px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-track { background-color: #757575; cursor: pointer; height: 4px; outline: 0; position: absolute; width: 100%; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-selection { background: var(--primary) !important; position: absolute; height: 4px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle { background-color: var(--primary) !important; border-radius: 24px; box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15); cursor: pointer; height: 24px; margin-left: 0; margin-top: -11px; position: absolute; width: 24px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle + .price-range-handle { margin-left: -18px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:before { background: var(--primary); border-radius: 24px; content: ""; cursor: pointer; height: 24px; left: 0; opacity: .3; position: absolute; transform: scale(1); transition: transform .2s linear; width: 24px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:hover:before { transform: scale(2); } .open-responsive-filters { display: none; } /* /* Plugin Event Calendar */ .ba-event-calendar-row, .ba-event-calendar-header { display: flex; } .ba-event-calendar-header { margin: 25px 0; } .ba-event-calendar-row > div, .ba-event-calendar-header > div { cursor: default; flex-grow: 1; min-width: calc(100% / 7); text-align: center; } .ba-event-calendar-header > div, .ba-event-calendar-row > div { margin: 1px; } .ba-event-calendar-title-wrapper { align-items: center; display: flex; justify-content: center; } .ba-event-calendar-title-wrapper i { cursor: pointer; font-size: 1em; padding: 0 1em; transition: color .3s linear; } .ba-event-calendar-title-wrapper i:hover { color: var(--primary); } .ba-date-cell.ba-event-date { cursor: pointer; position: relative; } .ba-date-cell.ba-curent-date { position: relative; z-index: 0; } .ba-date-cell.ba-event-date, .ba-date-cell.ba-curent-date { font-weight: 700 !important; } .ba-date-cell.ba-event-date:after, .ba-date-cell.ba-curent-date:before { background-color: var(--primary); bottom: 0; content: ""; height: 4px; left: 0; position: absolute; width: 100%; z-index: -1; transition: background-color .3s linear; } .ba-date-cell.ba-event-date { color: var(--title-inverse) !important; } .ba-date-cell.ba-curent-date.ba-event-date:before { background-color: var(--title-inverse) !important; z-index: 1; left: 2px; right: 2px; width: auto; bottom: 2px; } .ba-date-cell.ba-event-date:after { height: auto; right: 0; top: 0; } @keyframes calendar { from { opacity: 0;} to { opacity: 1;} } .event-calendar-events-list.ba-list-layout, .event-calendar-events-list { animation: calendar .3s both; background: #2c2c2c; border-radius: 6px; box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.15); box-sizing: border-box; opacity: 0; position: absolute; width: 375px; z-index: 999; } .event-calendar-events-list .event-calendar-row-wrapper { box-sizing: border-box; max-height: 400px; overflow-y: auto; padding: 25px; } .event-calendar-events-list:after { border: 10px solid transparent; border-top-color: #2c2c2c; bottom: -19px; content: ""; display: block; height: 0; left: calc(50% - 10px); position: absolute; width: 0px; } .event-calendar-event-item > span { display: flex; flex-direction: row; flex-wrap: wrap; width: calc(375px - 150px); } .event-calendar-event-item { display: flex; } .event-calendar-event-item ~ .event-calendar-event-item { margin-top: 25px; } .event-calendar-event-item-title { color: #fff; display: inline-block; font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 10px; width: 100%; } .event-calendar-events-list.ba-list-layout .event-calendar-event-item-image-wrapper + .event-calendar-event-item-content { display: flex; flex-direction: column; width: calc(100% - 100px); } .event-calendar-event-item-content > div p, .event-calendar-event-item-content > div, .event-calendar-event-item-content > div a, .event-calendar-event-item-date, .event-calendar-event-item-category { color: #fff; font-size: 12px; font-weight: 500; letter-spacing: 0; line-height: 24px; text-transform: none; } .event-calendar-event-item-fields-wrapper .ba-blog-post-field-value a { margin-right: 5px; margin-bottom: 5px; padding: 3px 7px; background: #c1c1c11c; border-radius: 20px; display: inline-block; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars { font-size: 14px; } .event-calendar-event-item-comments { display: block; } .event-calendar-event-item-reviews, .ba-blog-post-field-row { display: flex; justify-content: space-between; } .ba-blog-post-field-row .ba-blog-post-field-title { padding-right: 10px; min-width: 25%; } .ba-blog-post-field-row .ba-blog-post-field-checkbox-value { display: inline-block; padding-right: 5px; } .event-calendar-event-item-content > div a:hover, .event-calendar-event-item-title:hover, .event-calendar-event-item-category:hover { color: rgba(255, 255, 255, 0.5); } .event-calendar-event-item-content .event-calendar-event-item-button-wrapper a:hover { background: var(--hover); color: #fff; } .event-calendar-event-item-category, .event-calendar-event-item-title { transition: color .3s ease-in-out; } .event-calendar-event-item-info-wrapper > *:not(:first-child):before { margin: 0 10px; content: "\2022"; color: inherit; } .event-calendar-event-item-button-wrapper { text-align: left; margin-top: 15px; } .event-calendar-event-item-reviews, .event-calendar-event-item-fields-wrapper { margin-top: 15px; } .event-calendar-event-item-author a { align-items: center; display: flex; } .event-calendar-event-item-button-wrapper a { background: var(--primary); color: #fff; border-radius: 3px; display: inline-flex; padding: 10px 20px; } .event-calendar-event-item-info-wrapper { display: flex; flex-wrap: wrap; align-items: center; } .event-calendar-event-item-author .ba-author-avatar { background-size: contain; border-radius: 50%; display: inline-block; height: 30px; margin-bottom: 5px; margin-right: 15px; width: 30px; } .event-calendar-events-list > i { color: var(--title-inverse); font-size: 24px; cursor: pointer; padding: 10px; position: absolute; right: 0; text-align: center; top: 0; width: 1em; } .ba-item-field-group .ba-field-content a.fields-post-tags, .ba-item-field .ba-field-content a.fields-post-tags { display: inline-block; margin-right: 5px; text-transform: capitalize; } .event-calendar-events-list.ba-card-layout .event-calendar-event-item { flex-direction: column; } .event-calendar-events-list.ba-card-layout .event-calendar-event-item-image-wrapper { margin-right: 0; } .event-calendar-events-list.ba-list-layout .event-calendar-event-item-image-wrapper > div, .event-calendar-events-list.ba-list-layout .event-calendar-event-item-image-wrapper { max-width: 75px; } .event-calendar-event-item-image-wrapper { margin-right: 25px; } .event-calendar-event-item-image-wrapper > div { min-width: 75px; position: relative; } .event-calendar-event-item-image-wrapper > div img { opacity: 0; } .event-calendar-event-item-image-wrapper > div a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } .event-calendar-event-item-image { background-position: center; background-repeat: no-repeat; background-size: cover; border-radius: 3px; display: block; height: auto; margin-right: 25px; max-width: 75px; width: 100%; } .event-calendar-events-list.ba-card-layout .event-calendar-event-item-image { background-position: center; background-size: cover; border-radius: 0; margin-bottom: 10px; margin-right: 0; min-width: 100%; padding-top: 56%; position: static; width: 100%; } .event-calendar-events-list.ba-card-layout img { display: none; } /* /* Plugin Field */ .ba-item-field-group .ba-field-wrapper, .ba-item-field .ba-field-wrapper { align-items: center; flex-direction: column; display: flex; } .ba-item-field-group .ba-field-wrapper:not(.ba-label-position-left ):not(.ba-label-position-right ) > *, .ba-item-field .ba-field-wrapper:not(.ba-label-position-left ):not(.ba-label-position-right ) > * { width: 100% } .ba-item-field-group .ba-field-wrapper.ba-label-position-left, .ba-item-field .ba-field-wrapper.ba-label-position-left { align-items: flex-start; flex-direction: row; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-left .ba-field-label { flex-wrap: nowrap; display: flex; } .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-left .ba-field-label { text-align: left !important; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label { text-align: right !important; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right, .ba-item-field .ba-field-wrapper.ba-label-position-right { flex-direction: row-reverse; } .ba-item-field-group .ba-field-wrapper .ba-field-content > span, .ba-item-field .ba-field-wrapper .ba-field-content > span { display: block; } .ba-item-field-group .ba-field-wrapper .ba-field-content , .ba-item-field .ba-field-wrapper .ba-field-content { backface-visibility: visible !important; flex-grow: 1; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper, .ba-item-field .ba-field-wrapper .field-description-wrapper { margin-left: 5px; position: relative; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper > i, .ba-item-field .ba-field-wrapper .field-description-wrapper > i { color: inherit !important; font-size: inherit !important; transition: opacity .3s linear; } .ba-item-field-group .ba-field-wrapper .field-description-wrapper > i:hover, .ba-item-field .ba-field-wrapper .field-description-wrapper > i:hover { opacity: .5 } .ba-item-field-group .ba-field-content a, .ba-item-field .ba-field-content a { transition: color .3s linear } .ba-blog-post-fields .ba-blog-post-field-title, .ba-item-blog-posts .ba-blog-post-field-title, .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-left .ba-field-label { margin-right: 10px; } .ba-item-field-group .ba-field-wrapper.ba-label-position-right .ba-field-label, .ba-item-field .ba-field-wrapper.ba-label-position-right .ba-field-label { margin-left: 10px; } .ba-item-field-group .ba-field-wrapper .ba-field-label > *, .ba-item-field .ba-field-wrapper .ba-field-label > * { display: inline-block; } .ba-item-field-group .ba-field-wrapper .ba-field-label > i, .ba-item-field .ba-field-wrapper .ba-field-label > i { line-height: initial; margin-right: 10px; vertical-align: middle; } .ba-item-field-group .ba-field-wrapper .ba-field-content > span.field-price-wrapper.right-currency-position, .ba-item-field .ba-field-wrapper .ba-field-content > span.field-price-wrapper.right-currency-position { display: inline-flex; flex-direction: row-reverse; } .ba-blog-post-fields .ba-blog-post-field-row-wrapper { display: flex; flex-direction: column; } .ba-blog-post-fields .ba-blog-post-field-value { flex-grow: 1; text-align: right; } .ba-blog-post-fields .ba-blog-post-field-value .ba-blog-post-field-checkbox-value{ display: flex; justify-content: flex-end; } .ba-blog-post-fields .ba-blog-post-field-title { word-break: normal; } .ba-blog-post-field-title:empty { display: none; } /* /* Plugin Comments Box */ .comment-clipboard { position: fixed !important; left: -300vh; } .ba-comments-login-wrapper > * { display: inline-block; } .ba-comments-login-wrapper { justify-content: space-between; position: relative; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .ba-comments-login-wrapper { align-items: center; display: flex; margin-bottom: 25px; } .ba-submit-cancel, .delete-comment-attachment-file, .ba-guest-login-btn, .ba-user-login-btn, .ba-comments-attachment-file-wrapper i, .ba-comment-smiles-picker, .ba-comments-login-wrapper > div > i { cursor: pointer; } .comment-reply-form-wrapper .ba-submit-comment-wrapper, .ba-leave-review-box-wrapper .ba-submit-comment-wrapper, .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper, .ba-submit-comment, .ba-guest-login-wrapper { float: right; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment { float: none; white-space: nowrap; } .comment-reply-form-wrapper .ba-submit-comment-wrapper, .ba-leave-review-box-wrapper .ba-submit-comment-wrapper, .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper { align-items: center; display: flex; } .ba-leave-review-box-wrapper .ba-submit-cancel, .comment-reply-form-wrapper .ba-submit-cancel, .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel { margin-right: 15px; padding: 15px 0; transition: .3s; white-space: nowrap; } .ba-guest-login-wrapper i { font-size: 24px; margin-right: 10px; vertical-align: middle; } .ba-user-login-wrapper { margin-right: 15px; } .ba-guest-login-wrapper, .ba-user-login-wrapper, .ba-social-login-wrapper { align-items: center; display: inline-flex; font-size: initial; height: 50px; letter-spacing: initial; line-height: initial; margin-top: 10px; } .ba-submit-comment { background: var(--primary); border-radius: 3px; color: #fff !important; padding: 15px 40px; transition: color .3s } .ba-social-login-wrapper > span { padding-right: 20px; } .ba-user-login-btn { padding-left: 20px; transition: color .3s; } .ba-items-filter-search-button:hover, .ba-submit-comment:hover { background: #3c3c3c !important; } .ba-item-reviews .ba-comment-message, .ba-item-comments-box .ba-comment-message { margin-bottom: 15px; min-height: 150px; outline: none !important; padding: 15px !important; resize: vertical; width: 100% !important; } .ba-item-reviews .ba-comment-message::placeholder, .ba-item-comments-box .ba-comment-message::placeholder { opacity: .5; } .ba-item-reviews .ba-comments-attachment-file-wrapper { align-items: center; cursor: pointer; display: flex; justify-content: center; transition: .3s; } .ba-comment-message-wrapper { line-height: initial; margin-bottom: 75px; } .ba-comments-total-count-wrapper { align-items: center; display: flex; justify-content: space-between; margin: 0 0 25px; overflow: hidden; position: relative; } .ba-comments-be-first-message { display: flex; flex-grow: 1; justify-content: center; } .ba-comments-total-count-wrapper select { background: transparent!important; border-radius: 0!important; border: none!important; font-weight: bold !important; height: auto; padding: 0; width: auto; } /* Smiles Picker */ .ba-comment-smiles-picker-dialog { backface-visibility: hidden; background: #2c2c2c; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; display: none; position: absolute; width: 350px; z-index: 1050; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body { height: 155px; overflow-y: auto; padding: 15px 20px; } .ba-comment-smiles-picker-dialog:before { border: 5px solid transparent; border-bottom: 5px solid #2f3243; top: -15px; content: ""; left: 170px !important; position: absolute; height: 5px; } .ba-comment-smiles-picker-dialog span { align-items: center; backface-visibility: hidden; box-sizing: border-box; color: #fff; cursor: pointer; display: inline-flex; font-size: 24px; height: 48px; justify-content: center; padding: 4px; text-align: center; width: 48px; } @keyframes smiles-picker-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .ba-comment-smiles-picker-dialog { display: none; } .ba-comment-smiles-picker-dialog.visible-smiles-picker { animation: smiles-picker-in .3s cubic-bezier(0.4,0,0.2,1) both; backface-visibility: hidden; display: block; opacity: 0; } .event-calendar-events-list .event-calendar-row-wrapper::-webkit-scrollbar, .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar { width: 6px; } .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar-thumb { background: #484c65; border-radius: 6px; } .event-calendar-events-list .event-calendar-row-wrapper::-webkit-scrollbar-thumb { background: #464646; border-radius: 6px; } .event-calendar-events-list .event-calendar-row-wrapper { scrollbar-width: thin; scrollbar-color: #464646 transparent; } .event-calendar-events-list .event-calendar-row-wrapper::-webkit-scrollbar-track, .ba-comment-smiles-picker-dialog .ba-comment-smiles-picker-body::-webkit-scrollbar-track { background-color: transparent; } /* Comment Login */ .comment-user-name { flex-grow: 1; } .ba-social-login-wrapper i { background-color: var(--bg-secondary); border-radius: 50%; cursor: pointer; font-size: 16px; padding: 12px; text-align: center; transition: all .3s; width: 1em; } .ba-social-login-wrapper .ba-social-login-icons span { display: inline-block; margin-right: 10px; position: relative; } .ba-social-login-wrapper .ba-social-login-icons span:last-child { margin-right: 0; } .ba-comments-share-icons-wrapper i.zmdi-facebook:hover, .ba-social-login-wrapper i.ba-comments-facebook-login { background-color: #3b5998 !important; } .ba-comments-share-icons-wrapper i.copy-comment-link:hover, .ba-social-login-wrapper i.ba-comments-google-login { background-color: #ee4f1d !important; } .ba-comments-share-icons-wrapper i.zmdi-vk:hover, .ba-social-login-wrapper i.ba-comments-vk-login { background-color: #5b7aa8 !important; } .ba-comments-share-icons-wrapper i.zmdi-twitter:hover { background-color: #41abe1!important; } .ba-comments-share-icons-wrapper i, .ba-social-login-wrapper i.ba-comments-facebook-login, .ba-social-login-wrapper i.ba-comments-google-login, .ba-social-login-wrapper i.ba-comments-vk-login { color: #fff; } .ba-social-login-wrapper i:hover { background-color: #3c3c3c !important; } @keyframes modal-sm-in { from {transform: scale(.8); opacity: 0;} to {transform: scale(1); opacity: 1;} } .ba-comments-modal .ba-comments-modal-body { border-radius: 6px; border: none; display: none; background-color: #fff; box-shadow: 0 15px 40px rgba(0,0,0,.15); box-sizing: border-box; left: 50%; margin-left: -162px; overflow: hidden; opacity: 0; padding: 25px; position: fixed; top: calc(50% - 180px); width: 325px; z-index: 1060; } .ba-comments-modal.visible-comments-dialog .ba-comments-modal-body { animation: modal-sm-in .3s cubic-bezier(0.4,0,0.2,1) both; backface-visibility: hidden; display: block; line-height: initial; } .ba-comments-modal.visible-comments-dialog.ba-comment-unsubscribed-dialog .ba-comments-modal-body { animation: none; opacity: 1; } .ba-comments-modal-title { color: #1a1a1a; cursor: default; display: inline-block; font-size: 18px; font-weight: bold; line-height: 20px; margin: 0 0 50px 0; } .ba-user-login-action, .ba-guest-login-action { background: var(--primary); border-radius: 3px; border: none; color: var(--title-inverse); cursor: pointer; display: inline-block; float: right; font-size: 16px; font-weight: bold; line-height: initial; overflow: hidden; padding: 15px; position: relative; text-decoration: none; text-transform: uppercase; z-index: 1; } .ba-comments-modal-footer .red-btn:after, .ba-user-login-action:after, .ba-guest-login-action:after { background: #fff; border-radius: 50%; backface-visibility: hidden; -webkit-backface-visibility: hidden; content: ""; height: 3px; left: 50%; opacity: 0; position: absolute; top: 50%; transition: all .5s cubic-bezier(.25,.98,.26,.99); transform: scale(0); width: 3px; z-index: -1; } .ba-comments-modal .red-btn:hover:after, .ba-user-login-action:hover:after, .ba-guest-login-action:hover:after { backface-visibility: hidden; background: var(--primary); opacity: 1; transform: scale(27); } .ba-comments-modal .red-btn:hover:after { background: #f44236; } .ba-comments-modal .ba-btn-primary { position: relative; z-index: 1; } .ba-comments-modal input[type="password"], .ba-comments-modal input[type="email"], .ba-comments-modal input[type="text"] { backface-visibility: hidden; border: 1px solid #fff; border-bottom-color: #e3e3e3; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font-size: 22px; font-weight: 400; height: 45px; line-height: 45px; margin: 25px 0 50px 0; padding: 4px 6px; width: 100%; } .ba-comments-modal .ba-comments-modal-title + div input[type="text"]{ margin-bottom: 0; } .ba-comments-modal .ba-comments-modal-title ~ div { position: relative; line-height: initial; } .ba-comments-modal-text { color: #757575; font-size: 16px; font-weight: 400; line-height: 30px; margin: 0 0 10px; } .ba-comments-modal .ba-comments-modal-footer { background: transparent; border: none; box-shadow: none; margin-top: 25px; padding: 0; text-align: right; } .ba-comments-modal .ba-comments-modal-footer span { background: transparent; border-radius: 3px; border: none; color: #363637; cursor: pointer; display: inline-block; font-size: 16px; font-weight: bold; line-height: 18px; overflow: hidden; padding: 15px; text-transform: uppercase; transition: .3s; } .ba-comments-modal .ba-comments-modal-footer span:not(.ba-btn-primary):hover { background-color: rgba(0,0,0,0.1); color: #363637; } .ba-comments-modal span.ba-btn-primary:not(.active-button).red-btn { background: #f44236 !important; color: #fff !important; line-height: 18px; } .ba-comments-modal input:focus { border-color: #fff !important; border-bottom-color: #e3e3e3 !important; } .ba-comments-modal .ba-comments-modal-title ~ div input[type="password"] + .focus-underline, .ba-comments-modal .ba-comments-modal-title ~ div input[type="email"] + .focus-underline { top: 68px; } .focus-underline { background: var(--primary); bottom: 0; height: 2px; left: 0px; position: absolute; transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 100%; } .ba-comments-modal-body input.ba-alert + .focus-underline { background: #f64231; } .ba-comments-modal-body input.ba-alert + .focus-underline, input:focus + .focus-underline { transform: scaleX(1); } @keyframes backdrop { from { opacity: 0;} } .visible-comments-dialog .ba-comments-modal-backdrop { animation: backdrop .5s ease-in-out both; background: var(--overlay); bottom: 0; left:0; position: fixed; right: 0; top: 0; z-index: 1050; } .ba-comment-unsubscribed-dialog.visible-comments-dialog .ba-comments-modal-backdrop { animation: none; } /* Share Dialog */ .ba-comment-share-dialog .ba-comments-modal-backdrop { opacity: 0; } .ba-comment-share-dialog .ba-comments-modal-body { background: #2c2c2c; border-radius: 4px; margin-left: 0; overflow: visible; padding: 15px; position: absolute; width: auto; } .ba-comments-share-icons-wrapper { align-items: center; display: flex; justify-content: center; } .ba-comments-share-icons-wrapper > * { cursor: pointer; position: relative; } .ba-comments-share-icons-wrapper i { backface-visibility: hidden; background: #3c3c3c; border-radius: 50%; font-size: 18px; margin-right: 15px; padding: 6px; text-align: center; transition: .3s; width: 1em; } .ba-comments-share-icons-wrapper i.copy-comment-link { margin-right: 0; } /* Comment Attachment */ .ba-comment-xhr-attachment { align-items: center; display: flex; } .ba-comment-xhr-attachment:last-child { margin-bottom: 25px !important; } .ba-comment-xhr-attachment i:first-child { pointer-events: none; } .ba-comment-xhr-attachment .zmdi-delete { cursor: pointer; float: right; margin-left: 10px; } .ba-comment-xhr-attachment .post-intro-image { border-radius: 3px !important; margin: 0 15px 0 0; } .attachment-title { display: inline-block; flex-grow: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .user-comment-edit-enable .ba-comment-xhr-attachment:not(.attachment-file-uploaded) .attachment-title, .user-comment-edit-enable .attachment-title { width: 100px; } .attachment-progress-bar-wrapper { background: #ddd; border-radius: 10px; display: inline-block; height: 5px; margin-left: 15px; min-width: 40%; } .ba-comment-xhr-attachment.attachment-file-uploaded .attachment-progress-bar-wrapper { margin-left: 0; min-width: 0; width: 0; } .ba-comment-xhr-attachment:not(.attachment-file-uploaded) .attachment-title { width: 40%; } .attachment-progress-bar { background: #1da6f4; border-radius: 5px; display: block; height: 5px; transition: .3s ease-in-out; width: 0; } .comment-user-info-wrapper { display: flex; } .ba-item-reviews .ba-author-avatar, .ba-comment-xhr-attachment .post-intro-image, .ba-item-comments-box .ba-author-avatar, .comment-user-info-wrapper .ba-author-avatar { background-position: center; background-size: cover; border-radius: 50%; box-sizing: border-box; display: inline-block; height: 50px; min-width: 50px; vertical-align: middle; width: 50px; } .comment-data-wrapper, .comment-user-info { font-size: initial !important; line-height: initial; width: 100%; } .comment-moderator-user-settings, .comment-report-user-comment, .comment-user-date:not(.was-review-helpful) { float: right; } .comment-moderator-user-settings, .comment-report-user-comment { position: relative; margin-left: 20px; line-height: initial; } .comment-moderator-user-settings i, .comment-report-user-comment i { cursor: pointer; font-size: 24px; text-decoration: none; } .comment-report-user-comment i { font-size: 18px; line-height: 24px; transition: .3s; } .comment-user-info > * { display: block; } .comment-user-info .comment-user-email, .comment-user-info .comment-user-ip { display: inline-block; } .comment-likes-wrapper { display: flex; flex-wrap: wrap; justify-content: flex-end; } .comment-action-wrapper > span, .comment-likes-wrapper > span.comment-likes-action-wrapper { margin-top: 25px; } .was-review-helpful.comment-user-date { pointer-events: none; } .comment-action-wrapper { flex-grow: 1; } .comment-likes-action-wrapper { display: inline-block; } .ba-comments-total-count-wrapper select, .ba-item-reviews .ba-comments-attachment-file-wrapper > span, .ba-review-rate-title, .ba-submit-cancel, .ba-social-login-wrapper > span, .ba-user-login-btn, .ba-submit-comment, .ba-guest-login-btn, .comment-logout-action, .comment-user-date, .comment-likes-wrapper span, .ba-comments-total-count, .comment-user-name, .comment-edit-action span, .comment-delete-action span, .comment-likes-wrapper .comment-action-wrapper > .comment-likes-action span, .comment-likes-wrapper span.comment-share-action span, .comment-likes-wrapper span.comment-reply-action span { font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; } .comment-delete-action, .comment-edit-action, .comment-likes-action-wrapper > span, .comment-likes-wrapper .comment-action-wrapper > span.comment-reply-action, .comment-likes-wrapper .comment-action-wrapper > span.comment-share-action { align-items: center; cursor: pointer; display: inline-flex; margin-left: 25px; transition: .3s; } .ba-item-reviews .ba-comments-attachment-file-wrapper:hover, .ba-comment-xhr-attachment .zmdi-delete:hover, .comment-report-user-comment i:hover, .comment-moderator-user-settings i:hover, .ba-user-login-btn:hover, .ba-submit-cancel:hover, .delete-comment-attachment-file:hover, .comment-logout-action:hover, .ba-comment-smiles-picker-dialog span:hover, .ba-guest-login-btn:hover, .ba-comments-icons-wrapper i:hover, .comment-action-wrapper >span:hover, .comment-likes-action-wrapper >span:hover { opacity: .65; } .comment-likes-wrapper span i { font-size: 24px; margin-right: 10px; } .comment-likes-wrapper .comment-likes-action i { font-size: 18px; margin-right: 5px; } .comment-likes-wrapper .comment-likes-action.active span, .comment-likes-wrapper .comment-likes-action.active i { color: var(--primary); } .ba-review-rate-title, span.ba-comment-attachment-trigger, .ba-social-login-wrapper > span, .ba-user-login-btn, .ba-guest-login-btn, .ba-submit-comment, .comment-logout-action, .ba-comments-total-count-wrapper select, .comment-user-name, .ba-comments-total-count { font-size: 16px !important; } .user-comment-wrapper .comment-user-date, .comment-user-date, .comment-likes-wrapper span { font-size: 12px !important; } .user-comment-wrapper .comment-user-date { line-height: 24px !important; } .ba-not-approved-comment .comment-user-info-wrapper, .ba-not-approved-comment .comment-data-wrapper > div:not(.comment-user-info), .ba-not-approved-comment .comment-user-info > span:not(.comment-moderator-label):not(.comment-not-approved-label):not(.comment-moderator-user-settings) { opacity: .3; pointer-events: none; } .user-comment-wrapper { box-sizing: border-box; display: flex; margin-bottom: 25px; width: 100%; } .user-comment-wrapper * { font-size: inherit; text-decoration: inherit; text-transform: inherit; letter-spacing: inherit; } .comment-user-message-wrapper { margin: 15px 0 0 25px; } span.comment-user-name { margin-left: 25px; } .comment-reply-name, span.comment-user-name { letter-spacing: 0px !important; line-height: 24px !important; } .comment-not-approved-label, .comment-moderator-label, span.comment-user-name, .comment-reply-name { align-items: center; display: inline-flex; } .comment-reply-name i { margin: 0 10px; transform: scaleX(-1); } .comment-not-approved-label, .comment-moderator-label { background: var(--primary); border-radius: 25px; color: #fff; font-size: 12px; font-weight: bold; line-height: initial; margin-left: 5px; padding: 5px 10px; vertical-align: middle; } .comment-not-approved-label { background: #f64231; } .comment-attachment-image-type-wrapper { display: inline-block; position: relative; } .comment-attachments-image-wrapper > span > span { background-position: center; background-size: cover; border-radius: 3px; cursor: zoom-in; display: inline-block; height: 50px; margin-right: 5px; transition: .3s; width: 75px; } .comment-attachments-image-wrapper > span > span:hover { opacity: .7; } .comment-attachment-image-type-wrapper i.zmdi { background: #f64231; border-radius: 50%; color: #fff; cursor: pointer; font-size: 11px; font-weight: bold; opacity: 0; padding: 2px; position: absolute; pointer-events: none; right: 8px; text-align: center; top: 2px; transition: all .3s; width: 11px; } .comment-attachment-image-type-wrapper i.zmdi:hover { color: rgba(255, 255, 255, 0.75) !important; } .user-comment-edit-enable .comment-attachment-image-type-wrapper:hover i.zmdi { opacity: 1; pointer-events: auto; } .user-comment-wrapper.user-comment-edit-enable .ba-comment-message-wrapper { margin-bottom: 0; } .user-comment-wrapper.user-comment-edit-enable .ba-comment-message { background: rgba(0, 0, 0, 0.05) !important; border: none!important; padding: 15px !important; } .user-comment-wrapper.user-comment-edit-enable .comment-likes-wrapper, .user-comment-wrapper.user-comment-edit-enable .comment-message, .user-comment-wrapper:not(.user-comment-edit-enable) .comment-edit-form-wrapper, .user-comment-wrapper:not(.user-comment-edit-enable) .comment-attachment-file .delete-comment-attachment-file { display: none; } .ba-comment-xhr-attachment i, .comment-attachment-file i { font-size: 24px; margin-right: 10px; transition: all .3s; } .ba-comment-xhr-attachment.attachment-file-uploaded, .comment-attachment-file { align-items: center; display: flex; margin-bottom: 10px; } .ba-comment-xhr-attachment { margin-bottom: 10px; font-size: 14px; } .comment-attachment-file a { flex-grow: 1; font-size: 14px; line-height: 24px; } .comment-reply-form-wrapper, .ba-comment-reply-wrapper { margin-left: 50px; } .ba-comments-icons-wrapper { display: inline-block; font-size: initial; letter-spacing: initial; line-height: initial; vertical-align: top; width: 50%; } .ba-comments-icons-wrapper i { font-size: 24px; padding: 0 10px; transition: all .3s; } .ba-comment-message-wrapper .ba-comments-attachment-file-wrapper i.ba-comment-attachment-trigger:hover { opacity: 1; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper i { pointer-events: none; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper { position:relative; } .ba-comment-message[disabled] ~ .ba-comments-icons-wrapper .ba-comments-attachments-wrapper:before { content: ""; cursor: not-allowed; display: block; height: 100%; position: absolute; width: 100%; z-index: 1; } .ba-comments-icons-wrapper span { display: inline-block; position: relative; } .ba-comments-captcha-wrapper { display: inline-block; line-height: 0; } .ba-comments-captcha-wrapper:not(.bottomright-style):not(.bottomleft-style), .ba-comments-captcha-wrapper.inline-style{ width: calc(50% - 5px); margin-bottom: 15px; } .ba-comments-captcha-wrapper > div { display: inline-block; } .ba-comments-captcha-wrapper > .comments-recaptcha { display: flex; flex-grow: 1; justify-content: flex-end; } .ba-comments-captcha-wrapper.recaptcha_invisible { position: absolute; } .ba-submit-comment, .comment-logout-action { cursor: pointer; } .ba-user-login-btn, .ba-submit-comment, .comment-logout-action, .ba-guest-login-btn { transition: all .3s; } /* /* Plugin Reviews */ .ba-item-reviews .ba-comments-total-count-wrapper { justify-content: flex-start; } .ba-item-reviews .ba-comments-total-count { flex-grow: 1; padding-left: 20px; } .ba-item-reviews .ba-review-stars-wrapper { display: inline-flex; margin-left: 20px; vertical-align: middle; white-space: nowrap; } .ba-item-reviews .ba-review-stars-wrapper.logout-reviews-user i { cursor: not-allowed !important; } .intro-post-reviews, .ba-blog-post-reviews { align-items: center; } .ba-item-reviews .ba-reviews-total-rating + .ba-review-rate-wrapper .ba-review-stars-wrapper, .ba-item-reviews .user-comment-container-wrapper .user-comment-wrapper:not(.user-comment-edit-enable) .ba-review-stars-wrapper i { pointer-events: none; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i , .ba-comments-login-wrapper + .ba-review-rate-wrapper i, .ba-item-reviews .ba-comments-total-count-wrapper .ba-review-stars-wrapper i { font-size: 32px; } .ba-item-reviews .ba-reviews-total-rating { font-size: 48px; font-weight: bold; white-space: nowrap; } .ba-reviews-total-rating-wrapper { align-items: center; display: flex; line-height: initial; white-space: nowrap; } .ba-blog-post-rating-stars, .ba-review-stars-wrapper { align-items: center; color: #ddd; display: flex; letter-spacing: initial !important; margin-bottom: 1px; } .ba-item-fields-filter .ba-checkbox-wrapper i { color: #ddd; font-size: 24px; margin-right: 5px; } .ba-item-recent-reviews .ba-review-stars-wrapper i { position: relative; } .ba-selected-filter-value i.active:after { color: #fff; } .ba-selected-filter-value i:not(.active) { opacity: .5 } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-field-filter .ba-filter-rating i.active:after, .ba-item-recent-reviews .ba-review-stars-wrapper i.active:after, .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active:after, .intro-post-reviews .ba-blog-post-rating-stars i.active, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:after, .ba-item-reviews .ba-review-rate-wrapper .ba-review-stars-wrapper:not(.logout-reviews-user):hover i:after, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i.active, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i.active + i:after { color: #f79431 !important; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active:after, .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i.active ~ i:not(active):after { color: transparent !important; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i, .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i, .ba-item-reviews .ba-review-stars-wrapper i { margin-right: 5px; } .ba-item-reviews .ba-review-stars-wrapper i { font-size: 24px; } .ba-item-reviews .ba-comments-login-wrapper + .ba-review-rate-wrapper .ba-review-stars-wrapper i { margin-right: 0; padding-right: 5px; } .ba-load-more-reviews-btn, .ba-item-reviews .ba-leave-review-btn { background: var(--primary); border-radius: 3px; color: #fff !important; cursor: pointer; display: inline-flex; font-size: 16px !important; font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; margin: 0 0 25px; padding: 15px 40px; transition: all .3s; } .ba-view-more-replies { cursor: pointer; display: inline-block; font-size: 16px; font-weight: 400; margin-bottom: 25px; opacity: .5; transition: .3s; } .ba-view-more-replies:hover { opacity: 1; } .ba-load-more-reviews-btn { box-sizing: border-box; justify-content: center; width: 100%; } .ba-load-more-reviews-btn:hover, .ba-item-reviews .ba-leave-review-btn:hover { background: #3c3c3c !important; } .ba-comments-box-wrapper:not(.leave-review-enabled) .ba-leave-review-box-wrapper, .leave-review-enabled .ba-leave-review-btn { display: none; } /* /* Context Moderators Menu */ @keyframes context-menu { 0%{ width: 265px; opacity: 0; max-height: 350px; visibility: hidden;} 1%{ width: 0px; opacity: 1; max-height: 0; visibility: visible; } 100%{ width: 265px; max-height: 350px; } } .comments-moderators-context-menu.ba-context-menu { background: #f5f5f5; border: 1px solid #e3e3e3; display: none; margin-left: 265px; max-height: 0; overflow: hidden; position: absolute; transform: translateX(-100%); white-space: nowrap; width: 265px; z-index: 1070; } .comments-moderators-context-menu.ba-context-menu > span:hover i, .comments-moderators-context-menu.ba-context-menu > span:hover { background: #1da6f4; border-bottom-color: transparent; color: #fff !important; } .comments-moderators-context-menu.ba-context-menu.visible-context-menu { animation: context-menu .3s both; display: block; } .comments-moderators-context-menu.ba-context-menu > span { animation: backdrop .3s .3s both !important; cursor: pointer; display: block; font-size: 14px; font-weight: 400; padding: 12px; } .comments-moderators-context-menu.ba-context-menu > span i { color: #757575; font-size: 24px; padding: 0 15px 0 5px; text-align: center; vertical-align: sub; width: 24px; } .comments-moderators-context-menu.ba-context-menu span.ba-group-element { border-top: 1px solid #e3e3e3; } .comments-moderators-context-menu.ba-context-menu span a, .comments-moderators-context-menu.ba-context-menu span { color: #333; } /* /* Notification */ @keyframes notification-in { from {bottom: 0; transform: translateY(100%); opacity: 0;} } #ba-notification.notification-in { animation: notification-in .4s cubic-bezier(.25,.98,.26,.99) both; display: block; } #ba-notification { background: #2c2c2c; border-radius: 6px; border: none; bottom: 50px; box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; opacity: 1; padding: 25px; position: fixed; right: 50px; text-shadow: none; visibility: visible; z-index: 1510; } #ba-notification.ba-alert { background: #f46336; padding: 40px 25px; width: 250px; } #ba-notification:not(.ba-alert) h4, #ba-notification:not(.ba-alert) i { display: none; } #ba-notification i { color: #fff; opacity: 1; padding: 8px; position: absolute; right: 5px; text-shadow: none; top: 0; } #ba-notification p { color: #fff; font: 500 14px/24px 'Roboto'; margin: 0; } #ba-notification p img { height: 40px; padding-left: 40px; vertical-align: middle; width: 40px; } #ba-notification.ba-alert p { opacity: .6; } .ba-alert h4 { color: #fff; display: block; font: bold 14px/16px 'Roboto', sans-serif; letter-spacing: 0; margin: 0 0 15px !important; text-align: left; text-decoration: none; text-transform: uppercase; } @keyframes notification-out { to { bottom: 0; transform: translateY(130%); opacity: 0;} } #ba-notification.animation-out { animation: notification-out .4s cubic-bezier(.25,.98,.26,.99) both; display: block; opacity: 1; visibility: visible; } /* /* Plugin Feature Box */ .ba-feature-box-wrapper * { transition: color .25s linear, background .25s linear, box-shadow .25s linear; } .ba-feature-box-wrapper { display: inline-flex; flex-wrap: wrap; width: 100%; } .ba-feature-box-wrapper .ba-feature-box { box-sizing: border-box; display: inline-flex; overflow: hidden; position: relative; } .ba-feature-image-wrapper .ba-feature-image { max-width: 100%; } .ba-feature-image-wrapper i { align-items: center; display: inline-flex; height: 1em; justify-content: center; max-width: 100%; width: 1em; } .ba-feature-list-layout .ba-feature-image-wrapper { margin-right: 25px; } .ba-feature-image-wrapper div { background-attachment: scroll; background-position: center center; background-repeat: no-repeat; background-size: cover; display: inline-block; } .ba-feature-box-wrapper.ba-feature-grid-layout .ba-feature-box { flex-direction: column; } .ba-feature-box-wrapper.ba-feature-grid-layout .ba-feature-box:hover { z-index: 1; } .ba-feature-box-wrapper.ba-feature-list-layout .ba-feature-box .ba-feature-caption { flex-grow: 1; } .ba-feature-button a { display: inline-block; } .ba-feature-button.empty-content { display: block !important; } .comment-reply-action, .comment-attachments-wrapper, .comment-attachments-image-wrapper { margin-left: 25px; } .comment-attachments-wrapper.not-empty-container, .comment-attachments-image-wrapper.not-empty-container { margin-top: 25px; } .instagram-modal.ba-comments-image-modal { background: var(--overlay); } /* /* Plugin Icon-list */ .ba-item-icon-list ul { display: inline-flex; flex-wrap: wrap; margin: 0; text-decoration: none; width: 100%; } .ba-item-icon-list li { align-items: flex-start; display: inline-flex; margin-right: 30px; } .ba-item-icon-list li a:before, .ba-item-icon-list li i:before, .ba-item-icon-list li:before, .ba-item-icon-list li i { cursor: default !important; display: block; font-style: initial; height: 1em; line-height: 1em; min-width: 1em; text-align: center; text-decoration: none; text-transform: none; width: 1em; } .ba-item-icon-list li:before, .ba-item-icon-list li a:before, .ba-item-icon-list li i { margin-top: calc(var(--icon-list-line-height)/2); transform: translateY(-50%); } .ba-item-icon-list li a i:before { cursor: pointer !important; } .ba-item-icon-list li a { align-items: flex-start; color: inherit; display: inherit; } .ba-item-icon-list li a span { align-items: center; display: flex; min-height: 100%; } .ba-item-icon-list li a, .ba-item-icon-list li a i { cursor: pointer !important; } .ba-item-icon-list .vertical-layout { flex-direction: column; } .ba-item-icon-list li:last-child, .ba-item-icon-list .vertical-layout li { margin-right: 0; } .ba-item-icon-list .vertical-layout li { margin-top: 20px; } .ba-item-icon-list .vertical-layout li:first-child { margin-top: 0; } .ba-item-icon-list ul.bullets-type i, .ba-item-icon-list ul.numbers-type i { display: none; } .ba-item-icon-list ul.bullets-type li a:before, .ba-item-icon-list ul.bullets-type li.list-item-without-link:before { content: '\f26d'; font-family: Material-Design-Iconic-Font; } .ba-item-icon-list ul.numbers-type { counter-reset: list-numbers; } .ba-item-icon-list ul.numbers-type li a:before, .ba-item-icon-list ul.numbers-type li.list-item-without-link:before { counter-increment: list-numbers; content: counter(list-numbers); } /* /* Plugin Content Slider */ .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > a, .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > .ba-slideshow-img { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item > .ba-slideshow-img { overflow: hidden; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item.active > a { z-index: 5; } .column-wrapper .ba-item-content-slider .ba-slideshow-img + .ba-grid-column { align-content: center; align-items: center; } .column-wrapper .ba-item-content-slider .ba-slideshow-img + .ba-grid-column > .empty-item { display: none; } /* /* Plugin Testimonials */ .ba-item-testimonials .testimonials-wrapper { box-sizing: border-box; } .ba-item-testimonials .style-4 .testimonials-wrapper, .ba-item-testimonials .style-1 .testimonials-wrapper { height: auto; } .ba-item-testimonials .ba-testimonials { list-style: none; margin: 0; } .testimonials-icon-wrapper { align-items: flex-start; display: flex; justify-content: center; margin-bottom: 20px; } .testimonials-icon-wrapper i { line-height: .5em; pointer-events: none; text-align: center; vertical-align: middle; } .testimonials-name-wrapper { overflow: hidden; } .ba-item-testimonials .slideshow-content > li { box-sizing: border-box; } .style-5 .testimonials-wrapper, .style-3 .testimonials-wrapper, .style-2 .testimonials-wrapper { display: flex; flex-direction: column; } .ba-item-testimonials .ba-slideset-dots{ margin-top: 10px; } .ba-item-testimonials .slideshow-content { margin: 0 auto; position: relative; } .testimonials-slideshow-content-wrapper { margin: 0 auto; } /* style-1 */ .style-4 .testimonials-wrapper, .style-1 .testimonials-wrapper { display: flex; flex-wrap: wrap; flex-direction: row; min-height: auto; } .style-4 .testimonials-info, .style-3 .testimonials-info, .style-2 .testimonials-info, .style-1 .testimonials-info { box-sizing: border-box; display: flex; margin-bottom: 20px; order: 1; position: relative; width: 100%; } .ba-item-testimonials .testimonials-info { height: var(--testimonials-info-height); flex-grow: 1; } .style-6 .testimonials-info, .style-5 .testimonials-info, .style-4 .testimonials-info, .style-2 .testimonials-info, .style-3 .slideshow-content >li .testimonials-wrapper, .style-1 .slideshow-content >li .testimonials-wrapper { box-shadow: none !important; background-color: transparent !important; border-radius: 0 !important; border: none!important; padding: 0 !important; } .style-4 .ba-testimonials-img, .style-3 .ba-testimonials-img, .style-2 .ba-testimonials-img, .style-1 .ba-testimonials-img { order: 2; } .style-1 .testimonials-icon-wrapper { margin-right: 10px; } .style-4 .ba-testimonials-img, .style-1 .ba-testimonials-img { margin-right: 20px; } .style-6 .ba-slideset-dots > div, .style-5 .ba-testimonials-img div, .style-4 .ba-testimonials-img div, .style-3 .ba-testimonials-img div, .style-2 .ba-testimonials-img div, .style-1 .ba-testimonials-img div { background-size: cover; background-position: center; background-repeat: no-repeat; } .style-6 .ba-slideset-dots > div { transition: opacity .3s linear; -webkit-tap-highlight-color: transparent; } .style-6 .ba-slideset-dots > div:not(.active):not(:hover){ opacity: .5; } .style-4 .testimonials-title-wrapper, .style-3 .testimonials-title-wrapper, .style-2 .testimonials-title-wrapper, .style-1 .testimonials-title-wrapper { display: flex; flex-direction: column; justify-content: center; order: 3; } .style-3 .testimonials-info:before, .style-1 .testimonials-info:before { border: 10px solid; border-bottom-color: transparent !important; border-left-color: transparent !important; border-right-color: transparent !important; bottom: -20px; content: ""; display: block; position: absolute; top: auto; transform: translateX(-50%); } .style-4 .testimonials-name-wrapper, .style-4 .testimonials-caption-wrapper, .style-4 .ba-testimonials-testimonial, .style-1 .testimonials-name-wrapper, .style-1 .testimonials-caption-wrapper, .style-1 .ba-testimonials-testimonial { text-align: left; } /* style-2 */ .style-2 .testimonials-info, .style-3 .testimonials-info { flex-direction: column; } .style-5 .ba-testimonials-img, .style-3 .ba-testimonials-img, .style-2 .ba-testimonials-img { display: flex; justify-content: center; width: 100%; } .style-6 .testimonials-name-wrapper, .style-6 .testimonials-caption-wrapper, .style-6 .ba-testimonials-testimonial, .style-5 .testimonials-name-wrapper, .style-5 .testimonials-caption-wrapper, .style-5 .ba-testimonials-testimonial, .style-3 .testimonials-name-wrapper, .style-3 .testimonials-caption-wrapper, .style-3 .ba-testimonials-testimonial, .style-2 .testimonials-name-wrapper, .style-2 .testimonials-caption-wrapper, .style-2 .ba-testimonials-testimonial { text-align: center; } /* style-3 */ .style-3 .testimonials-info:before { left: 50% !important; } /* style-4 */ .style-4 .testimonials-info { order: 4; } .style-4 .testimonials-icon-wrapper { display: none; } .style-1 .slideshow-content >li, .style-4 .slideshow-content >li, .style-6 .slideshow-content >li { box-sizing: border-box; } /* style-6 */ .ba-testimonials.style-5 .testimonials-info >.testimonials-icon-wrapper, .ba-testimonials:not(.style-5) .testimonials-wrapper>.testimonials-icon-wrapper, .style-6 .ba-testimonials-img, .style-6 .ba-slideset-dots > div:before{ display: none; } .style-6 .testimonials-info { margin-bottom: 20px; } .style-5 .testimonials-testimonial-wrapper { margin: 20px 0; } .style-6 .ba-slideset-dots, .style-3 .testimonials-title-wrapper, .style-2 .testimonials-title-wrapper { margin-top: 20px; } .style-4 .testimonials-testimonial-wrapper { margin: 20px 0 0; } /* Testimonials Animation */ .ba-item-testimonials .slideshow-content li:not(.active):not(.testimonials-out-animation) { opacity: 0; position: absolute; visibility: hidden; } .ba-testimonials:not(.slideset-loaded) { opacity: 0; } .ba-item-testimonials .slideshow-content { display: flex; flex-direction: row; justify-content: space-between; flex-wrap: wrap; } @keyframes testimonials-in { 0% { opacity: 0; transform: scale(0.2);} 100% {opacity: 1; transform: scale(1);} } .ba-item-testimonials .slideshow-content li.active { animation: testimonials-in .3s linear both; } @keyframes testimonials-out { 0% {opacity: 1; transform: scale(1);} 100% {opacity: 0; transform: scale(0.2);} } .ba-item-testimonials .slideshow-content li.testimonials-out-animation { animation: testimonials-out .3s linear both; } /* Testimonials Animation Fade*/ @keyframes testimonials-fade-in { 0% { opacity: 0;} 100% {opacity: 1;} } .ba-item-testimonials .ba-testimonials[data-count="1"] .slideshow-content li.active { animation: testimonials-fade-in .3s linear both; } @keyframes testimonials-fade-out { 0% {opacity: 1;} 100% {opacity: 0;} } .ba-item-testimonials .ba-testimonials[data-count="1"] .slideshow-content li.testimonials-out-animation { animation: testimonials-fade-out .3s linear both; } /* /* Plugin Headline */ .ba-item-headline .headline-wrapper > * > span { display: inline-block; white-space: nowrap; } /* /* Plugin Flipbox */ .ba-item-flipbox > .ba-flipbox-wrapper > .column-wrapper > .ba-grid-column-wrapper { height: 100% } .ba-item-flipbox .ba-flipbox-wrapper { perspective: 1000px; transform: translateZ(0); } .ba-item-flipbox .ba-flipbox-frontside *, .ba-item-flipbox .ba-flipbox-backside *{ animation-fill-mode: initial !important; backface-visibility: visible !important; -webkit-backface-visibility: visible !important; } .ba-item-flipbox .ba-flipbox-frontside, .ba-item-flipbox .ba-flipbox-backside { display: block; box-sizing: border-box; backface-visibility: hidden; -webkit-backface-visibility: hidden; height: inherit; transition: transform cubic-bezier(0.785, 0.135, 0.15, 0.86); } .ba-item-flipbox .ba-flipbox-backside { left: 0; position: absolute; top: 0; z-index: -1; } .ba-item-flipbox .ba-flipbox-frontside > .ba-grid-column-wrapper > .ba-grid-column, .ba-item-flipbox .ba-flipbox-backside > .ba-grid-column-wrapper > .ba-grid-column { overflow: hidden; } /* /* Plugin Simple Gallery */ .ba-image-item-caption, .ba-image-item-caption .ba-caption-overlay, .ba-simple-gallery-image, .ba-simple-gallery-caption .ba-caption-overlay, .ba-simple-gallery-caption { bottom: 0; display: flex; flex-direction: column; justify-content: center; left: 0; padding: 20px; position: absolute; right: 0; top: 0; } .ba-image-item-caption { pointer-events: none; } .ba-image-item-caption .ba-caption-overlay, .ba-simple-gallery-image { padding: 0; } .ba-item-overlay-section .ba-image-wrapper, .ba-item-image .ba-image-wrapper, .ba-item-simple-gallery .ba-instagram-image { overflow: hidden; transform: translate3d(0, 0, 0); } .ba-item-flipbox .ba-item-overlay-section .ba-image-wrapper, .ba-item-flipbox .ba-item-image .ba-image-wrapper, .ba-item-flipbox .ba-item-simple-gallery .ba-instagram-image { position: relative; transform: none; } .ba-image-item-caption *:not(.ba-caption-overlay), .ba-simple-gallery-caption *:not(.ba-caption-overlay){ z-index: 1; } .ba-instagram-image .ba-simple-gallery-image { background: inherit; transition-duration: inherit; } .ba-item-simple-gallery .ba-instagram-image > * { transition-delay: 0s !important; } .ba-item-field-simple-gallery .ba-instagram-image { transition: opacity 0.3s linear; } .ba-item-field-simple-gallery .ba-instagram-image:hover { opacity: .85; } .ba-instagram-image > i { font-size: 24px; position: absolute; right: 10px; top: 10px; } /* /* Plugin Sticky Header */ .ba-sticky-header { transform: translateY(-100vh); position: fixed; top: 0; } .ba-sticky-header.visible-sticky-header { display: block; left: 0; max-width: 100%; right: 0; transform: none; z-index: 45; } /* /* Plugin One Page Menu */ /* Side Bar One Page Menu */ .side-navigation-menu { position: fixed; right: 30px; top: 50%; transform: translateY(-50%); z-index: 99999; } .lightbox-open .side-navigation-menu { right: 47px; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .side-navigation-menu { top: calc(50% - 5em); transform: none !important; } .side-navigation-menu li a:after, .side-navigation-menu li a:before { right: 15px !important; } body.com_gridbox.gridbox .side-navigation-menu li a:after, body.com_gridbox.gridbox .side-navigation-menu li a:before { right: 70px !important; } } .side-navigation-menu .main-menu .nav.menu > li { display: block; overflow: hidden; } .side-navigation-menu li a:before { content: '\f26c'; } .side-navigation-menu li a:after { content: '\f26d'; opacity: 0; transition: opacity .3s linear; } .side-navigation-menu li.active a:after, .side-navigation-menu li a:hover:after { opacity: 1; } .side-navigation-menu li a:after, .side-navigation-menu li a:before { color: inherit; font-family: 'Material-Design-Iconic-Font'; font-size: inherit; font-weight: bold; line-height: inherit; position: fixed; right: -7px; } .side-navigation-menu li a { text-align: right !important; padding-right: 60px !important; position: relative; } .side-navigation-menu li:not(.active) a { left: calc(100% + 30px); transition: all .3s ; } .side-navigation-menu li.active a , .side-navigation-menu li:hover a { left: 35px; } .ba-row.row-with-sidebar-menu { z-index: 10 !important; } /* /* Plugin Overlay Section */ .ba-item-overlay-section .ba-image-wrapper + .ba-button-wrapper { display: none; } .ba-item-overlay-section .ba-image-wrapper { cursor: pointer; } .ba-overlay-section-backdrop { padding: 0 !important; } .ba-overlay-section .animated { animation-fill-mode: both; } .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 17px) !important; } .ba-overlay-section-backdrop .ba-section { flex-direction: column; } /* Overlay Section Button */ .ba-overlay-section-backdrop.visible-section .ba-overlay-section { transform: none !important; } .ba-overlay-section-backdrop .ba-overlay-section { transition: transform .3s ease-in-out; } /* Overlay Section Lightbox */ .ba-overlay-section-backdrop.lightbox .ba-overlay-section { align-items: center; display: flex; justify-content: center; } .ba-overlay-section-backdrop:not(.horizontal-bottom):not(.horizontal-top) .ba-section { height: auto !important; margin-left: auto; margin-right: auto; } /* Overlay Section Vertical Right */ .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: 100vh !important; } .ba-overlay-section-backdrop.vertical-right { justify-content: flex-end; } .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section { transform: translateX(100%); } /* Overlay Section Vertical Left */ .ba-overlay-section-backdrop.vertical-left { justify-content: flex-start; } .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section { transform: translateX(-100%); } /* Overlay Section Horizontal Top */ .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { margin: 0; } .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { transform: translateY(-100%); } .ba-overlay-section-backdrop.horizontal-top { align-items: flex-start; } .ba-overlay-section-backdrop.horizontal-top .ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-container { max-width: none; } .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section > .ba-section, .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section > .ba-section { width: 100% !important; } /* Overlay Section Horizontal Bottom */ .ba-overlay-section-backdrop.horizontal-bottom { align-items: flex-end; justify-content: start; } .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { transform: translateY(100%); } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { margin-right: calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; } } @-moz-document url-prefix() { .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section { margin-right: calc(0px - (100vw - 100%)); overflow-y: scroll; width: calc(100vw + (100vw - 100%))!important; } } /* /* Plugin Progress Pie */ .ba-item-progress-pie canvas { left: 50%; max-width: 100%; position: absolute; top: 0; transform: translateX(-50%); z-index: 0; } .ba-item-progress-pie .ba-progress-pie { align-items: center; display: flex; justify-content: center; margin: 0 auto; max-width: 100%; } .ba-comment-message-wrapper:after, .ba-comment-message-wrapper:before, .ba-progress-pie:before, .ba-progress-pie:after { content: ""; display: table; line-height: 0; } .ba-comment-message-wrapper:after, .ba-progress-pie:after { clear: both; } .ba-item-progress-pie .progress-pie-number { z-index: 1; } .ba-item-progress-pie .ba-progress-pie:before { content: ""; padding-top: 100%; float: left; } /* /* Plugin Cookies */ .ba-cookies.notification-bar-top, .ba-cookies.notification-bar-bottom { position: fixed; width: 100%!important; } .ba-cookies.notification-bar-top { top: 0; } .ba-cookies.notification-bar-bottom { bottom: 0; } .ba-cookies.notification-bar-top .ba-section, .ba-cookies.notification-bar-bottom .ba-section { width: 100% !important; } /* /* Plugin Progress-bar */ .ba-animated-bar { overflow: hidden; } .ba-animated-bar { align-items: center; border-radius: inherit; box-sizing: border-box; display: flex; height: 100%; justify-content: space-between; line-height: 0; padding: 0 20px; vertical-align: middle; } .progress-bar-title { white-space: nowrap; } .progress-bar-number { flex-grow: 1; text-align: right; } /* /* Plugin Lightbox */ .ba-lightbox-backdrop { opacity: 0; position: absolute; visibility: hidden; transition: all .3s ease-in-out; z-index: 1070; } .ba-overlay-section-backdrop, .ba-lightbox-backdrop.lightbox-center { align-items: center; bottom: 0; box-sizing: border-box; display: flex; justify-content: center; left: 0; min-height: 100vh; opacity: 0; overflow: hidden; overflow-x: hidden; position: fixed; padding: 25px; right: 0; top: 0; transition: none; visibility: hidden; z-index: 9999; } .ba-overlay-section-backdrop.overlay-section-backdrop-out, .ba-lightbox-backdrop.lightbox-center.overlay-section-backdrop-out { transition: opacity .3s ease-in-out, visibility .1s .3s, left .1s .3s; } .ba-overlay-section-backdrop { align-items: baseline; } .lightbox-open .ba-lightbox-backdrop, .lightbox-open .ba-overlay-section-backdrop.visible-section { font-size: initial; letter-spacing: initial; line-height: initial; overflow: scroll; overflow-x: hidden; } .ba-lightbox-backdrop.lightbox-center .ba-section { margin: 0 auto } .ba-wrapper.ba-lightbox.ba-container.sortabale-parent-node:before { bottom: 0; content: ""; cursor: move; left: 0; overflow: auto; position: absolute; right: 0; top: 0; z-index: 30; } .ba-overlay-section-backdrop.visible-section, .ba-lightbox-backdrop.visible-lightbox { font-size: initial; letter-spacing: initial; line-height: initial; opacity: 1; transition: opacity .3s ease-in-out; visibility: visible; } .ba-overlay-section-backdrop.lightbox:not(.visible-section) { left: 100% !important; pointer-events: none!important; } .ba-overlay-section, .ba-lightbox { margin: auto 0; } .ba-lightbox { visibility: hidden; } .visible-lightbox.ba-lightbox { visibility: visible; } .ba-lightbox { width: 100%; } .ba-lightbox.ba-container { width: auto !important; } .ba-lightbox .ba-section { max-width: 100%!important; } .visible-lightbox .ba-lightbox { display: block; visibility: visible; } .close-overlay-section, .close-lightbox { height: 0; left: 15px; position: absolute; right: 15px; top: 0; z-index: 100; } .close-overlay-section i, .close-lightbox i { color: inherit; cursor: pointer; font-size: 24px; margin-top: 15px; } .ba-overlay-section-backdrop > .ba-overlay-section-close, .ba-lightbox-backdrop > .ba-lightbox-close { bottom: 0; left: 0; position: fixed; right: 0; top: 0; } .ba-lightbox-backdrop:not(.visible-lightbox) .ba-lightbox, .ba-lightbox-backdrop:not(.visible-lightbox) .ba-cookies, .ba-overlay-section-backdrop.lightbox { left: 100% ; } .ba-overlay-section-backdrop.lightbox.visible-section { left: 0; } /* Lightbox Position */ .lightbox-bottom-left > .ba-lightbox-close, .lightbox-bottom-right > .ba-lightbox-close, .lightbox-top-left > .ba-lightbox-close, .lightbox-top-right > .ba-lightbox-close { display: none !important; } .lightbox-top-left .ba-lightbox, .lightbox-top-right .ba-lightbox, .lightbox-bottom-left .ba-lightbox, .lightbox-bottom-right .ba-lightbox { position: fixed; z-index: 1070; } .lightbox-top-left .ba-lightbox, .lightbox-top-right .ba-lightbox { margin: 0; top: 50px; } .lightbox-bottom-left .ba-lightbox, .lightbox-bottom-right .ba-lightbox { bottom: 50px; margin: auto 0 0 0; } .lightbox-top-left .ba-lightbox, .lightbox-bottom-left .ba-lightbox { left: 50px; } .lightbox-bottom-right .ba-lightbox, .lightbox-top-right .ba-lightbox { right: 50px; } .lightbox-bottom-right .ba-lightbox .ba-section, .lightbox-top-right .ba-lightbox .ba-section { float: right; } /* /* Plugin Social Icons */ .ba-item-social-icons .ba-icon-wrapper a { display: inline-block; vertical-align: middle; margin-bottom: 5px; } .ba-item-social-icons .ba-icon-wrapper a:not(:last-child){ margin-right: 5px; } .ba-item-social-icons .ba-icon-wrapper i { text-align: center; } /* /* Plugin Social Sharing */ .ba-item-social { text-align: center; } .ba-social-classic > div:hover { background: #fafafa; } .ba-social > div { align-items: center; border-radius: 3px; cursor: pointer; display: inline-flex; justify-content: flex-start; margin: 5px 10px 5px 10px; overflow: hidden; white-space: nowrap; } .ba-social .social-button { color: #fff; display: inline-block; font-style: initial; font-weight: bold; text-align: left; text-transform: initial; } .ba-social-sidebar .social-button { border: 1px solid transparent; padding-left: 0; } .ba-social.ba-social-sm div { line-height: 22px; } .ba-social.ba-social-sm .social-counter { width: 22px; } .ba-social.ba-social-sm { font-size: 12px; } .ba-social.ba-social-md div { line-height: 34px; } .ba-social.ba-social-md .social-counter { width: 34px; } .ba-social.ba-social-md { font-size: 15px; } .ba-social.ba-social-lg div { line-height: 44px; } .ba-social.ba-social-lg .social-counter { width: 44px; } .ba-social.ba-social-lg { font-size: 18px; } .ba-social.ba-social-sm .social-button { min-width: 150px; } .ba-social.ba-social-md .social-button { min-width: 200px; } .ba-social.ba-social-lg .social-button { min-width: 250px; } .ba-social.ba-social-md .social-button, .ba-social.ba-social-lg .social-button { font-size: 14px; } .ba-social-sidebar .ba-social .social-button { border: none; } .ba-social .social-button i { color: #fff; text-align: center; vertical-align: middle; width: 1em; } .ba-social.ba-social-sm .social-button i { font-size: 16px; padding: 15px; } .ba-social.ba-social-md .social-button i { font-size: 18px; padding: 15px; } .ba-social.ba-social-lg .social-button i { font-size: 21px; padding: 20px; } .social-counter { border-radius: 50%; color: #fff; display: inline-block; font-family: 'Roboto', sans-serif; font-size: 12px; font-style: initial; font-weight: bold; margin-right: 15px; position: relative; text-transform: initial; } .ba-social.ba-social-sm .social-counter { font-size: 10px; } /* Flat */ .ba-social-flat > div { border: none; } .ba-social-flat.ba-social .social-counter, .ba-social-flat.ba-social .social-button i { background: rgba(0, 0, 0, 0.25); } .ba-social-classic .social-button i, .ba-social-flat.ba-social .social-button i { margin-right: 20px; } .ba-social-classic .vk .social-button i, .ba-social-circle .vk .social-button, .ba-social-flat.ba-social .vk { background: #5b7aa8; } .ba-social-classic .facebook .social-button i, .ba-social-circle .facebook .social-button, .ba-social-flat.ba-social .facebook { background: #3b5998; } .ba-social-classic .twitter .social-button i, .ba-social-circle .twitter .social-button, .ba-social-flat.ba-social .twitter { background: #00aced; } .ba-social-classic .linkedin .social-button i, .ba-social-circle .linkedin .social-button, .ba-social-flat.ba-social .linkedin { background: #0077B5; } .ba-social-classic .pinterest .social-button i, .ba-social-circle .pinterest .social-button, .ba-social-flat.ba-social .pinterest { background: #cb2027; } .ba-item-social:not(.ba-social-sidebar) .ba-social-classic div:hover .social-button i:before, .ba-item-social:not(.ba-social-sidebar) .ba-social-flat.ba-social div:hover .social-button i:before { animation: social-button-to-right 0.3s forwards; display: block; } @keyframes social-button-to-right { 49% {transform: translate(100%);} 50% {opacity: 0;transform: translate(-100%);} 51% {opacity: 1;} } .ba-social-circle div:hover .social-button i:before { animation: social-button-to-bottom 0.3s forwards; display: block; } @keyframes social-button-to-bottom { 49% {transform: translateY(100%);} 50% {opacity: 0;transform: translateY(-100%);} 51% {opacity: 1;} } /* Classic */ .ba-social-classic > div { background: var(--bg-secondary); } .ba-social-classic .social-button { color: #000; } .ba-social-classic .social-counter { background: rgba(0, 0, 0, 0.05); color: #000; } /* Social Circle */ .ba-social-circle.ba-social > div { display: inline-block; line-height: normal; position: relative; vertical-align: top; } .ba-social-circle .social-button { color: transparent; display: block; overflow: hidden; padding: 0; width: 0; } .ba-social-circle .social-button i { border-radius: 50%; position: absolute; vertical-align: middle; } .ba-social-circle .social-counter { background-color: transparent; color: #333; margin: 0; } .ba-social-circle.ba-social .social-button { align-items: center; border-radius: 50%; box-sizing: border-box; display: flex; justify-content: center; margin: 0 auto; } .ba-social-sidebar .ba-social-circle.ba-social .social-button { border-width: 0; margin: 3px 0; padding: 5px 10px; } .ba-social-sidebar .ba-social-circle { margin-top: 1px; } .ba-social-circle.ba-social .social-button i { margin: 0; font-size: 16px !important; } .ba-social-circle.ba-social.ba-social-sm .social-button { min-width: 55px; height: 55px; } .ba-social-circle.ba-social.ba-social-md .social-button { min-width: 65px; height: 65px; } .ba-social-circle.ba-social.ba-social-lg .social-button { min-width: 75px; height: 75px; } .ba-social-circle.ba-social.ba-social-sm .social-counter, .ba-social-circle.ba-social.ba-social-md .social-counter, .ba-social-circle.ba-social.ba-social-lg .social-counter { line-height: 36px; font-size: 14px; font-weight: bold; } .ba-social-sidebar .ba-social-circle.ba-social .social-counter { padding: 0; } .ba-social-circle .social-counter:before, .ba-social-circle .social-counter:after { display: none; } .ba-social-sidebar .ba-social.ba-social-circle > div { max-width: none; min-width: auto; } .ba-social-sidebar .ba-social.ba-social-circle .social-counter { bottom: 10px; color: #fff; font-size: 10px; left: 50%; line-height: normal !important; position: absolute; transform: translateX(-50%); } /* Social Sidebar */ .ba-social-sidebar { left: 100% !important; position: fixed !important; top: 50% !important; min-height: 50px; transition: opacity .3s linear; z-index: 30; } .ba-opened-menu .ba-social-sidebar { z-index: 5; } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-flat"] { transform: translateY(calc((-74px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-flat"] { transform: translateY(calc((-62px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-flat"] { transform: translateY(calc((-59px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-classic"] { transform: translateY(calc((-71px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-classic"] { transform: translateY(calc((-58px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-classic"] { transform: translateY(calc((-56px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-lg"][data-style="ba-social-circle"] { transform: translateY(calc((-92px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-md"][data-style="ba-social-circle"] { transform: translateY(calc((-82px/2) * var(--social-count))) translateX(-100%); } .ba-social-sidebar[data-size="ba-social-sm"][data-style="ba-social-circle"] { transform: translateY(calc((-72px/2) * var(--social-count))) translateX(-100%); } .lightbox-open .ba-social-sidebar { left: calc(100% - 17px) !important; transition: opacity 0s linear; opacity: 0; } .ba-social-sidebar .ba-social-lg > div, .ba-social-sidebar .ba-social-md > div, .ba-social-sidebar .ba-social-sm > div { max-width: 100px; } .ba-social-sidebar .ba-social-classic { align-items: flex-end; display: flex; flex-direction: column; } .ba-social-sidebar .ba-social-classic > div { border-radius: 0; } .ba-social-sidebar .ba-social-classic .social-button { backface-visibility: hidden; border-width: 0; } .ba-social-sidebar .ba-social-lg:hover > div , .ba-social-sidebar .ba-social-md:hover > div , .ba-social-sidebar .ba-social-sm:hover > div { backface-visibility: hidden; max-width: 350px; } .ba-social-sidebar .ba-social-lg, .ba-social-sidebar .ba-social-md, .ba-social-sidebar .ba-social-sm { overflow: hidden; text-align: right !important; } .ba-social-sidebar .ba-social.ba-social-lg:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-62px); } .ba-social-sidebar .ba-social.ba-social-md:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-49px); } .ba-social-sidebar .ba-social.ba-social-sm:not(.ba-social-circle) > div { transform: translateX(100%) translateX(-47px); } .ba-social-sidebar .ba-social.ba-social-sm:not(.ba-social-circle) > div:hover, .ba-social-sidebar .ba-social.ba-social-md:not(.ba-social-circle) > div:hover, .ba-social-sidebar .ba-social.ba-social-lg:not(.ba-social-circle) > div:hover { transform: translateX(1px); } .ba-social-sidebar .ba-social > div { display: inline-block; margin: 0; text-align: center; transition: transform .3s linear; } .ba-social-sidebar .ba-social .social-counter { text-align: center; } /* /* Plugin Accordion */ .ba-item-accordion .accordion { margin: 0; } .accordion-body .accordion-inner, .accordion-body { overflow: hidden; border: none; } .accordion-body.in[style="height: auto;"] .accordion-inner, .accordion-body.in[style="height: auto;"] { overflow: visible; } .accordion-body:not(.in) .accordion-inner >.tabs-content-wrapper, .accordion-body:not(.in) .accordion-inner { height: inherit; } .ba-item-accordion .collapse { transition: height .5s ease; } .ba-item-accordion .accordion-group { border-radius: 0; border: 1px solid; border-bottom-width: 0; margin: 0; } .ba-item-accordion .accordion-group:last-child { border-bottom-width: 1px; } .accordion-heading > a.accordion-toggle { display: block; padding: 20px 35px 20px 20px; position: relative; } .accordion-toggle > span { align-items: center; display: inline-flex; } .accordion-heading > a > span + i { font-size: 18px !important; letter-spacing: normal; line-height: 18px !important; margin: 0; position: absolute; right: 15px; top: calc(50% - 9px); } .accordion-toggle > span + i:before { display: block; transition: all .3s ease-in-out; } .accordion-toggle.active > span + i:before { transform: rotate(90deg); } .accordion-body .accordion-inner .ba-section { opacity: 0; transition: .3s ease-in-out; } .accordion-body.in .accordion-inner .ba-section { opacity: 1; transition: .3s .2s ease-in-out; } /* /* Plugin Tabs */ .ba-item-tabs { position: relative; } .ba-tabs-wrapper .nav-tabs { border: none; display: flex; flex-flow: row wrap; justify-content: flex-start; margin: 0; overflow: hidden; padding: 0; } @media (-ms-high-contrast: active), (-ms-high-contrast: none){ .ba-tabs-wrapper.tabs-top .nav-tabs { display: block !important; } } .ba-tabs-wrapper .nav-tabs li { display: flex; margin: 0; } .ba-tabs-wrapper.tabs-top .nav-tabs li { display: inline-block; flex: 1; } .ba-tabs-wrapper .nav-tabs li a { box-sizing: border-box; border-radius: 0; display: flex; flex-direction: column; height: 100%; justify-content: center; margin: 0; padding: 20px; position: relative; } .ba-tabs-wrapper .nav-tabs li a, .ba-tabs-wrapper .nav-tabs li a:focus, .ba-tabs-wrapper .nav-tabs li a:hover { background-color: transparent; } .ba-tabs-wrapper.icon-position-top li a > span { display: inline-flex; } .accordion-heading > a i, .ba-tabs-wrapper .nav-tabs li a i { color: inherit; line-height: 1em; margin: 0 10px; text-align: inherit; vertical-align: middle; } .ba-tabs-wrapper .nav-tabs li a:before { content: ""; position: absolute; } .ba-tabs-wrapper.tabs-top li a:before { height: 0; left: 0; right: 0; bottom: -1px; transition: height .3s; } .ba-tabs-wrapper.tabs-top li.active a:before { height: 4px; } .ba-tabs-wrapper.tabs-top li { border-color: inherit; } .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; border-color: inherit; } .ba-tabs-wrapper.tabs-top li a > span { align-items: center; } .ba-tabs-wrapper li a > span > span { direction: ltr; word-break: break-word; } .ba-item-tabs .ba-tabs-wrapper .tab-content { box-sizing: border-box; } /* Tabs Left Position */ .ba-tabs-wrapper.tabs-left, .ba-tabs-wrapper.tabs-right { display: flex; height: auto; width: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs, .ba-tabs-wrapper.tabs-left .nav-tabs { flex-direction: column; width: 25%; position: relative; } .ba-tabs-wrapper.tabs-right .nav-tabs:before , .ba-tabs-wrapper.tabs-left .nav-tabs:before { border-left: 1px solid; border-color: inherit; bottom: 0; height: 100%; position: absolute; display: block; right: 0; top: 0; width: 1px; } .ba-tabs-wrapper.tabs-right .nav-tabs:before { left: 0; right: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs li, .ba-tabs-wrapper.tabs-left .nav-tabs li { flex-direction: column; } .ba-tabs-wrapper.tabs-right .nav-tabs li a, .ba-tabs-wrapper.tabs-left .nav-tabs li a { align-items: center; display: flex; flex-grow: 1; } .ba-tabs-wrapper .tab-pane .ba-row-wrapper { width: 100%; } .ba-tabs-wrapper.tabs-left li:last-child.active a, .ba-tabs-wrapper.tabs-left li:last-child.active a:hover, .ba-tabs-wrapper.tabs-left li:last-child.active a:focus, .ba-tabs-wrapper.tabs-right li:last-child.active a, .ba-tabs-wrapper.tabs-right li:last-child.active a:hover, .ba-tabs-wrapper.tabs-right li:last-child.active a:focus, .ba-tabs-wrapper.tabs-right li a, .ba-tabs-wrapper.tabs-right li a:hover, .ba-tabs-wrapper.tabs-right li a:focus, .ba-tabs-wrapper.tabs-left li a:hover, .ba-tabs-wrapper.tabs-left li a:focus, .ba-tabs-wrapper.tabs-left li a { border-width: 0; border-right-width: 1px; } .ba-tabs-wrapper.tabs-right li a:before, .ba-tabs-wrapper.tabs-left li a:before { bottom: 0; right: -1px; top: 0; transition: width .3s; width: 0; } .ba-tabs-wrapper.tabs-left li.active a:before, .ba-tabs-wrapper.tabs-right li.active a:before { width: 4px; } .ba-tabs-wrapper.tabs-right.icon-position-left li a > span, .ba-tabs-wrapper.tabs-left.icon-position-left li a > span { display: inline-block; direction: rtl; } /* Tabs Right Position */ .ba-tabs-wrapper.tabs-right { flex-direction: row-reverse; } .ba-tabs-wrapper.tabs-right li a:focus, .ba-tabs-wrapper.tabs-right li a:hover, .ba-tabs-wrapper.tabs-right li a { border-left-width: 1px; border-right-width: 0px !important; } .ba-tabs-wrapper.tabs-right li a:before { right: auto; left: -1px; } /* /* Tabs Icon Position */ /* Tabs Icon Top Position */ .icon-position-top .nav-tabs i { display: block; order: 1; margin: 10px 0; } /* Tabs Icon left Position */ .ba-tabs-wrapper.icon-position-left li a span.tabs-title { display: inline-block; direction: ltr; } /* Tabs Fade Animation */ .ba-item-tabs .tab-content .tab-pane.active { animation: tabs-fade .7s ease-in-out; } @keyframes tabs-fade { 0%{opacity: 0;} 100%{opacity: 1;} } /* Tab Animation */ .tab-content > .tab-pane { display: none; } .tab-content > .active { display: block; } .active.left, .active.right, .out-left, .out-right { display: inline-block !important; box-sizing: border-box; overflow: auto; position: absolute; width: 480px; } @keyframes active-tab-left { from { transform: translateX(-100%);} } .active.left { animation: active-tab-left .5s cubic-bezier(.55,.085,.68,.53); } @keyframes active-tab-right { from { transform: translateX(100%);} } .active.right { animation: active-tab-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-right { to { transform: translateX(100%);} } .out-right { animation: out-right .5s cubic-bezier(.55,.085,.68,.53); } @keyframes out-left { to { transform: translateX(-100%);} } .out-left { animation: out-left .5s cubic-bezier(.55,.085,.68,.53) both; } /* /* Plugin Video */ .ba-video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .ba-video-wrapper video { height: 100%; left: 0; object-fit: cover; position: absolute; top: 0; width: 100%; } .ba-video-wrapper iframe { border-radius: inherit; bottom: -1px; height: calc(100% + 3px); left: -1px; overflow: hidden; position: absolute; top: -1px; width: calc(100% + 3px); } .video-lazy-load-thumbnail { align-items: center; background-size: cover; bottom: 0; cursor: pointer; display: flex; justify-content: center; left: 0; position: absolute; right: 0; top: 0; } .video-lazy-load-thumbnail i { background: #fff; box-shadow: 0 5px 12px rgba(0,0,0,0.23); border-radius: 100%; color: var(--primary); font-size: 82px; line-height: 68px; opacity: 1; transition: opacity .3s; } .video-lazy-load-thumbnail:hover i { opacity: .8; } /* /* Plugin Carousel */ ul.ba-slideset { margin: 0; overflow: hidden; padding: 0; } .ba-item:not(.ba-item-slideshow):not(.ba-item-feature-box) .empty-content:not(.slideshow-button):not(.ba-feature-button) { display: none; } .ba-item-recent-posts-slider .ba-slideset.carousel-type:not(.slideset-loaded) .slideshow-content > li:not(.active), .ba-item-carousel .ba-slideset:not(.slideset-loaded) .slideshow-content > li:not(.active), .ba-item-slideset .ba-slideset:not(.slideset-loaded) .slideshow-content > li:not(.active) { display: none; } .ba-item-recent-posts-slider .ba-slideset.carousel-type .slideshow-content > li, .ba-item-carousel .slideshow-content > li, .ba-item-slideset .slideshow-content > li { display: inline-block; line-height: 0; position: absolute; text-decoration: none; } .slideshow-content .slideset-out-animation { transition: left 0.5s linear; } .ba-slideset .slideshow-content { overflow: hidden; position: relative; } .ba-slideset .slideshow-content li { opacity: 1 !important; transition: left .5s linear; visibility: hidden; } .ba-item-recent-posts-slider .slideshow-type.ba-slideset .slideshow-content li { visibility: visible; } .ba-item-recent-posts-slider .ba-slideset.carousel-type .slideshow-content > li.active, .ba-item-carousel .slideset-out-animation, .ba-item-carousel .slideshow-content li.active, .ba-slideset .slideset-out-animation, .ba-slideset .slideshow-content li.active { visibility: visible; } .ba-slideset:not(.caption-over) li.active { z-index: 1; } .ba-item-recent-posts-slider ul.carousel-type .slideshow-content:not([style*="transition: none"]) li.item { will-change: transform; } .ba-item-slideset .ba-slideset, .ba-item-carousel .ba-slideset { cursor: grab !important; } /* Image */ .ba-slideshow-img { background-position: 50% 50%; background-repeat: no-repeat; } .lightbox-enabled .ba-slideshow-img { cursor: zoom-in; } .ba-item-slideshow .ba-overlay, .ba-item-slideshow .lightbox-enabled .ba-slideshow-caption, .caption-over .lightbox-enabled .ba-slideshow-caption { pointer-events: none; } /* Caption */ .slideset-inner { position: relative; } .ba-slideshow-caption { background-repeat: no-repeat; display: flex; flex-direction: column; flex-grow: 1; justify-content: center; } .ba-item-recent-posts-slider .ba-slideset:not(.slideshow-type) .ba-slideshow-caption { animation: none; } .ba-item-carousel .ba-slideset:not(.caption-over) li .ba-slideshow-caption , .ba-item-recent-posts-slider .ba-slideset:not(.caption-over):not(.slideshow-type) .ba-slideshow-caption { height: var(--carousel-caption-height); justify-content: flex-start; } .ba-item-recent-posts-slider .carousel-type .ba-slideshow-caption > *, .ba-item-carousel .ba-slideshow-caption > *, .ba-item-slideset .ba-slideshow-caption > * { padding: 0 30px; } .slideshow-button { line-height: 0; font-size: 0; } .com_gridbox .slideshow-button a { line-height: initial; } /* Caption Over */ .ba-item-recent-posts-slider .caption-over .ba-slideshow-caption, .ba-item-slideset .caption-over .ba-slideshow-caption, .ba-item-carousel .caption-over .ba-slideshow-caption { bottom: 0; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; } /* Caption hover */ .ba-item-recent-posts-slider .caption-hover .ba-slideshow-caption, .ba-item-slideset .caption-hover .ba-slideshow-caption, .ba-item-carousel .caption-hover.caption-over .ba-slideshow-caption { opacity: 0; visibility: hidden; transition: all .3s 0s ease-in-out; } .ba-item-recent-posts-slider .caption-over.caption-hover li:hover .ba-slideshow-caption, .ba-item-slideset .ba-slideset:not(.caption-over) li.active .ba-slideshow-caption, .ba-item-slideset .caption-over.caption-hover li:hover .ba-slideshow-caption, .ba-item-carousel .caption-over.caption-hover li:hover .ba-slideshow-caption { opacity: 1; visibility: visible; } .ba-item-slideset .ba-slideset:not(.caption-over) li:not(.active) .ba-btn-transition { transition: none; } .ba-slideset .ba-slideset-dots { position: static; padding-top: 20px; } /* /* Plugin Recent Posts Slider */ .ba-item-recent-posts-slider .ba-blog-post-title a { color: inherit; text-decoration: inherit; } .ba-item-recent-posts-slider .ba-slideshow-img { position: relative; width: 100%; } .ba-item-recent-posts-slider .ba-slideshow-img a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } /* /* Plugin Slideshow */ .ba-item-recent-posts-slider .slideshow-type, ul.ba-slideshow { box-sizing: border-box; height: 100%; list-style: none; margin: 0; overflow: hidden; padding: 0; position: relative; width: 100%; } .ba-item-slideshow ul.ba-slideshow { overflow: visible; } .ba-item-content-slider ul.ba-slideshow .slideshow-content, .ba-item-slideshow ul.ba-slideshow, .ba-item-content-slider ul.ba-slideshow { min-height: inherit; } .ba-item-field-slideshow ul.ba-slideshow, .ba-item-field-slideshow ul.ba-slideshow .slideshow-content, .ba-item-slideshow ul.ba-slideshow .slideshow-content { min-height: inherit; overflow: hidden; position: relative; } .ba-item-field-slideshow .ba-slideshow-dots.dots-position-outside, .ba-item-slideshow .ba-slideshow-dots.dots-position-outside { margin-top: 20px; overflow: hidden; position: static; } .ba-item-field-slideshow .slideshow-content .item, .ba-item-field-slideshow .slideshow-content, .ba-item-recent-posts-slider .slideshow-type .slideshow-content .item, .ba-item-recent-posts-slider .slideshow-type .slideshow-content, .ba-item-slideshow .slideshow-content .item, .ba-item-slideshow .slideshow-content { height: 100%; width: 100%; } .ba-item-content-slider > .slideshow-wrapper > .ba-slideshow > .slideshow-content > .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right), .ba-item-recent-posts-slider .slideshow-type .slideshow-content .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right), .ba-item-slideshow .slideshow-content .item:not(.active):not(.ba-next):not(.ba-prev):not(.ba-left):not(.ba-right) { display: none; } .ba-item-field-slideshow .ba-slideshow-img, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-img, .ba-item-slideshow .ba-slideshow-img { align-items: center; background-position: 50% 50%; background-repeat: no-repeat; bottom: 0; display: flex; justify-content: center; left: 0; overflow: hidden; position: absolute; right: 0; top: 0; z-index: 1; } .ba-slideshow-img video, .ba-video-background video, .ba-video-background iframe, .ba-slideshow-img iframe { height: calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); width: 100vw; } .ba-item-content-slider .ba-slideshow-img + .ba-grid-column, .ba-item-recent-posts-slider .slideshow-type .ba-slideshow-caption, .ba-item-slideshow .ba-slideshow-caption { bottom: 0; box-sizing: border-box; display: none; flex-direction: column; justify-content: center; left: 0; width: 100%; max-width: 1170px; margin: 0 auto; overflow: visible; padding: 100px; position: absolute; right: 0; top: 0; z-index: 5; } .ba-item-content-slider .ba-slideshow-img + .ba-grid-column { bottom: auto; max-width: none; min-height: 100%; top: auto; } .ba-item-recent-posts-slider .slideshow-type .active > .ba-slideshow-caption, .ba-item-slideshow .active > .ba-slideshow-caption { display: flex; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper *, .slideshow-button a { display: inline-block; } .slideshow-description-wrapper .ba-slideshow-description, .slideshow-title-wrapper * { text-align: inherit; width: 100%; } .ba-slideset-nav, .ba-slideshow-nav { height: 0; position: absolute; top: 50%; width: 100%; z-index: 5; } .ba-slideset-nav a, .ba-slideshow-nav a { position: absolute; text-align: center; transform: translateY(-50%); } .slideset-btn-next, .slideshow-btn-next { margin: 0; right: 20px; } .slideset-btn-prev, .slideshow-btn-prev { left: 20px; } .ba-slideset-dots, .ba-slideshow-dots { bottom: 20px; box-sizing: border-box; color: #fff; display: flex; justify-content: center; padding: 5px; position: absolute; width: 100%; z-index: 9; } .ba-testimonials .ba-slideset-dots { position: static; } .ba-slideshow-dots.disabled-dots { display: none; } .show-hidden-elements .ba-slideset-dots, .show-hidden-elements .ba-slideshow-dots { display: flex; } .ba-slideset-dots > div:not(:first-child), .ba-slideshow-dots > div:not(:first-child) { margin-left: 1em; } .ba-slideset-dots > div, .ba-slideshow-dots > div { cursor: pointer; text-align: center; -webkit-tap-highlight-color: transparent; } .slideshow-type .ba-item-slideshow .ba-overlay { z-index: 4; } .ba-item-recent-posts-slider ul:not(.slideshow-type) + .ba-overlay { display: none; } .ba-item-recent-posts-slider .slideshow-type + .ba-overlay { z-index: 4 } .ba-overlay-slideshow-button { background: transparent !important; bottom: 0; color: transparent !important; left: 0; position: absolute; right: 0; top: 0; } body:not(.gridbox) .slideset-wrapper .empty-list, body:not(.gridbox) .slideshow-wrapper .empty-list { display: none; } .ba-item-content-slider.ba-item .slideshow-wrapper .ba-slideshow:not(.ba-fade-in):not(.ba-ken-burns) li.ba-next > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper .ba-slideshow:not(.ba-fade-in):not(.ba-ken-burns) li.ba-prev > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper li.active > .ba-overlay, .slideshow-wrapper > .ba-overlay { min-height: inherit; z-index: 3 } .ba-item-content-slider.ba-item .slideshow-wrapper li.active > .ba-overlay, .slideshow-wrapper > .ba-overlay { min-height: inherit; z-index: 3 } .ba-item-content-slider.ba-item .slideshow-wrapper li > .ba-overlay { min-height: auto; } .ba-item-content-slider.ba-item .slideshow-wrapper li.active .ba-grid-column > .ba-overlay, .ba-item-content-slider.ba-item .slideshow-wrapper .ba-ken-burns li:not(.active) > .ba-overlay { z-index: 0; } /******* Slideshow Thumbnails ********/ .ba-slideshow-dots.thumbnails-dots { display: grid; cursor: grab; grid-auto-flow: column; grid-column-gap: 20px; overflow: hidden; justify-content: normal; padding: 0; } .ba-slideshow-dots.thumbnails-dots.disable-move { cursor: default; } .ba-slideshow-dots.thumbnails-dots.disable-move.center-align:not(.count-matched) { justify-content: center; } .ba-slideshow-dots.thumbnails-dots.disable-move.right-align:not(.count-matched) { justify-content: end; } .ba-slideshow-dots.thumbnails-dots > div { background-position: center; background-repeat: no-repeat; line-height: 0; margin-left: 0!important; position: relative; will-change: transform; } .move-started > * { pointer-events: none; } .ba-slideshow-dots.thumbnails-dots:not(.dots-position-outside) > div { transform: translateX(20px); } .ba-slideshow-dots.thumbnails-dots.center-align.disable-move:not(.dots-position-outside):not(.count-matched) > div { transform: translateX(0px); } .ba-slideshow-dots.thumbnails-dots.right-align.disable-move:not(.dots-position-outside):not(.count-matched) > div { transform: translateX(-20px); } .ba-slideshow-dots.thumbnails-dots > div.zmdi:before { opacity: 0; } .ba-slideshow-dots.thumbnails-dots > div:after { background: #fff; bottom: 0; content: ""; left: 0; opacity: 0.3; position: absolute; right: 0; top: 0; transition: .3s; z-index: 1; } .ba-slideshow-dots.thumbnails-dots > div.active:after, .ba-slideshow-dots.thumbnails-dots > div:hover:after { opacity: 0; } .empty-content ~ .ba-slideshow-dots.thumbnails-dots { display: none; } /* /* Plugin Weather */ .ba-weather .weather-info, .ba-weather .weather { margin-bottom: 1em; } .ba-weather .weather .city, .ba-weather .weather .date, .ba-weather .weather .condition { display: block; } .ba-weather span.date { margin-bottom: 20px; } .ba-weather .weather-info .humidity, .ba-weather .weather-info .pressure, .ba-weather .weather-info .sunrise-wrapper > span { display: inline-block ; margin-right: 10px; } .ba-weather div.forecast span.night-temp, .ba-weather div.forecast span.day-temp { display: inline-block !important; } .ba-weather div.forecast span.night-temp, .ba-weather div.forecast span.day-temp { box-sizing: border-box; text-align: right !important; } .ba-weather div.forecast span.night-temp { text-align: left !important; opacity: .5; } /* /* Plugin Map */ .gm-style-mtc + .gm-style-mtc div, .gm-style-mtc div { left: initial !important; right: initial !important; top: initial !important; } .ba-map-wrapper { min-height: 10px; } .gm-style-cc { display: none; } /* /* Plugin Disqus */ .ba-item.ba-item-map, .ba-item.ba-item-disqus { width: 100% ; } /* /* Plugin Instagram */ .instagram-modal-open { box-sizing: border-box; } .instagram-wrapper { display: inline-flex; flex-wrap: wrap; justify-content: center; width: 100%; } .instagram-modal-close { position: absolute; top: 0; bottom: 0; right: 0; left: 0; cursor: zoom-out; z-index: -1; } .ba-instagram-image { background-position: center; background-size: cover; box-sizing: border-box; display: inline-block; overflow: hidden; position: relative; } .ba-instagram-image img { max-height: 100%; opacity: 0; } .simple-gallery-masonry-layout .ba-instagram-image img { max-height: initial; } .ba-instagram-image a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; z-index: 1; } .ba-instagram-lightbox-gallery .ba-instagram-image { cursor: zoom-in; } .ba-instagram-lightbox-gallery .ba-instagram-image a, .ba-instagram-image +.empty-list { display: none; } .instagram-modal > div { background-position: center; background-size: cover; height: 100%; opacity: 1; width: 100%; } @keyframes search-result { from {opacity: 0;} to {opacity: 1;} } .ba-instagram-modal i, .instagram-modal i { animation: search-result .3s linear; color: #fff; cursor: pointer; font-size: 24px; left: 0; padding: 40px; position: fixed; text-align: center; transition: all .3s linear; width: 24px; } .ba-instagram-modal-wrapper .instagram-modal-image-wrapper > i { padding: 10px; position: absolute; top: calc(50% - 30px) !important; } .instagram-video-wrapper { position: relative; transition: transform .3s linear; width: 100%; } .instagram-carousel-dots { bottom: 20px; display: flex; height: 10px; justify-content: center; position: absolute; width: 100%; z-index: 110; } .instagram-carousel-dots > div { background: #fff; border-radius: 50%; cursor: pointer; display: inline-block; height: 10px; margin-right: 10px; width: 10px; } .instagram-carousel-dots > div:last-child{ margin-right: 0; } @media (hover: hover) { .instagram-carousel-dots > div:not(.active), .ba-instagram-modal i:hover, .instagram-modal i:hover { opacity: .5; } } .ba-image-modal.ba-comments-image-modal i.zmdi-close, .ba-instagram-modal i + i, .instagram-modal i + i { left: auto; right: 0; } .ba-instagram-modal i:not(.zmdi-close), .instagram-modal i:not(.zmdi-close) { align-items: center; display: flex; font-size: 36px; justify-content: center; top: calc(50% - 116px / 2); z-index: 100; } .ba-instagram-modal i.zmdi-close, .instagram-modal i.zmdi-close { top: -10px; z-index: 1; } .ba-instagram-modal i.zmdi-close { left: auto; right: 0; top: 0; } .ba-instagram-caption { align-items: center; background: rgba(0, 0, 0, .5); bottom: 0; display: flex; justify-content: center; left: 0; opacity: 0; position: absolute; right: 0; top: 0; transition: all .3s linear; } .instagram-icons-wrapper span { margin: 0 10px; } .instagram-icons-wrapper span i { cursor: inherit !important; text-align: center; width: 24px; } .ba-instagram-image i, .ba-instagram-caption span, .ba-instagram-caption i { color: #fff!important; } .ba-instagram-image:hover .ba-instagram-caption { opacity: 1; } .ba-instagram-modal-wrapper { bottom: 0; font-size: initial; left: 0; letter-spacing: initial; line-height: initial; overflow-y: scroll; padding-top: 54px; position: fixed; right: 0; top: 0; z-index: 1080; } .ba-instagram-modal-wrapper .ba-instagram-modal[style*="width"] { animation: image-modal .3s .15s ease-in-out both; } .ba-instagram-modal-wrapper .ba-instagram-modal { background: #fff; margin: 0 auto; opacity: 0; overflow: visible !important; } .instagram-user-info img { border-radius: 50%; height: 40px; width: 40px; } .instagram-modal-image-wrapper { background: #fff; display: flex; flex-direction: column; flex-wrap: wrap; height: inherit; max-width: 100%; overflow: hidden; position: relative; width: inherit; } .instagram-modal-image-wrapper img { height: 100%; margin: 0 auto; max-width: calc(100% + 350px); min-height: 100%; transition: transform .3s linear; } .ba-instagram-modal.instagram-carousel-media .instagram-modal-image-wrapper img { cursor: move; } .instagram-move-started .instagram-video-wrapper, .instagram-move-started.instagram-modal-image-wrapper img { transition: none !important; } .instagram-modal-description-wrapper { background: #fff; box-sizing: border-box; display: flex; text-align: left; flex-direction: column; margin-right: -350px; margin-bottom: 25px; padding-top: 25px; max-width: 100%; } .instagram-modal-description-wrapper > div { padding: 0 25px; } .instagram-image-description-wrapper { flex-grow: 1; overflow-y: auto; } .instagram-image-description { margin-bottom: 10px; } .instagram-image-description:empty { margin-bottom: 0; } .instagram-image-description-wrapper , .instagram-user-info { border-bottom: 1px solid #efefef; padding-bottom: 20px !important; } .instagram-comment a, .instagram-image-icons-wrapper span, .instagram-comment, .instagram-image-description, .instagram-comment a:hover, .instagram-comment a, .instagram-user-info a { color: #1a1a1a; font-size: 13px; font-weight: 400; line-height: 1.8em; } .instagram-comment-autor a, .instagram-comment-autor a:hover, .instagram-user-info a:not(:first-child) { font-weight: bold; margin-right: 5px; margin-left: 10px; } .instagram-user-info { margin-bottom: 20px; } .instagram-image-icons-wrapper, .instagram-image-description { white-space: pre-line; } .instagram-comment:not(:first-child) { margin-top: 5px; } .instagram-comment a:hover, .instagram-comment a { margin-left: 0; } .instagram-comment span:not(.instagram-comment-autor) a:hover, .instagram-comment span:not(.instagram-comment-autor) a, .instagram-image-description a:hover, .instagram-image-description a { color: #003569; } .instagram-image-icons-wrapper { margin: 0; padding: 12px 25px !important; pointer-events: none; } .instagram-icons-wrapper span, .instagram-image-icons-wrapper span { display: inline-block; font-size: 13px; line-height: 2; font-weight: 400; margin-right: 10px; transition: none!important; } .instagram-image-icons-wrapper span:last-child { float: right; } .instagram-icons-wrapper span i, .instagram-image-icons-wrapper i { animation: none; color: #757575; display: inline-block!important; font-size: 16px !important; padding: 0; position: static; transition: none!important; } @keyframes instagram-out { to {opacity: 0;} } .instagram-image-out { animation: instagram-out .3s both ease-in-out !important; opacity: 1; } .ba-instagram-modal-wrapper { animation: image-modal .3s ease-in-out both; } .ba-instagram-modal .instagram-modal-image-wrapper:before { background: #fff; bottom: 0; content: ""; left: 0; opacity: 0; position: absolute; right: 100%; top: 0; transition: opacity .3s linear, right .3s .3s linear; } .ba-instagram-modal.animate-instagram-image .instagram-modal-image-wrapper:before { transition: none; opacity: 1; right: 0; } .pause-instagram-video, .instagram-image-description, .instagram-image-icons-wrapper, .instagram-comments-wrapper { opacity: 1; transition: opacity .3s linear; } .animate-instagram-image .pause-instagram-video, .animate-instagram-image .instagram-image-description, .animate-instagram-image .instagram-image-icons-wrapper, .animate-instagram-image .instagram-comments-wrapper { transition: none; opacity: 0; } .instagram-comment span a { display: inline-block; } /* Instagram Video */ .pause-instagram-video { align-items: center; bottom: 0; cursor: pointer; display: flex; justify-content: center; left: 0; position: absolute; right: 0; top: 0; } .ba-instagram-modal .pause-instagram-video i:hover, .ba-instagram-modal .pause-instagram-video i { animation: none; bottom: 0; box-sizing: border-box !important; font-size: 96px; left: 0 !important; opacity: .8; position: absolute; top: 0; width: 100%; } .pause-instagram-video i:before { text-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15) } .instagram-modal-image-wrapper video { width: 100%; } /* /* Plugin Button */ .ba-button-wrapper a { text-decoration: none; } .event-calendar-events-list a, .ba-post-navigation-info a, .intro-post-wrapper .intro-post-info > span a, .ba-item-icon-list .ba-icon-list-wrapper ul li a *, .ba-post-author-title a, .ba-item-one-page-menu a, .ba-item-main-menu a, .ba-item-tabs .nav-tabs a, .ba-blog-post-info-wrapper > span a, .intro-post-wrapper > span a, .ba-blog-post-title a, .ba-item-overlay-section .ba-button-wrapper .ba-btn-transition, .ba-btn-transition { cursor: pointer; transition: color .3s ease-in-out, background .3s ease-in-out; } .ba-button-wrapper a { display: inline-flex; align-items: center; } .ba-button-wrapper a.ba-btn-transition[onclick="return false;"] { cursor: default; } .ba-item-scroll-to .ba-btn-transition span + i, .ba-item-overlay-section .ba-btn-transition span + i, .ba-item-button .ba-btn-transition span + i { color: inherit; line-height: 1em; text-align: center; width: 1em; } .empty-textnode + i, .ba-item-overlay-section .empty-textnode + i, .ba-btn-transition .empty-textnode + i { margin: 0 !important; } /* /* Plugin Icons */ .ba-item-icon a { display: inline-block !important; } .ba-item-icon .ba-icon-wrapper i { text-align: center; cursor: default !important; line-height: 1em; } .ba-item-icon .ba-icon-wrapper a i { cursor: pointer !important; } /* /* Plugin Logo */ .ba-item-logo a { text-align: inherit; } /* /* Plugin Counter */ .ba-item-counter .counter-number { display: inline-block; text-align: center; } /* /* Plugin Smooth Scrolling */ .ba-scroll-to i{ text-align: center; } .ba-scroll-to i { line-height: 1em; } /* /* Plugin Scroll To Top */ .ba-item-scroll-to-top { bottom: 65px; position: fixed; visibility: hidden; z-index: 39; } .visible-scroll-to-top { visibility: visible; } .ba-scroll-to-top { opacity: 0; margin-bottom: -50px; transition: opacity .3s linear, visibility .3s linear, margin-bottom .3s linear; } .visible-scroll-to-top .ba-scroll-to-top { opacity: 1 !important; margin-bottom: 0; } .ba-item-scroll-to-top .ba-scroll-to-top > i { cursor: pointer; line-height: 1em; text-align: center; } /* Scroll To Top Position Right */ .scroll-btn-right { right: 25px; } .lightbox-open .scroll-btn-right { right: 40px; } .scroll-btn-right .ba-edit-item.full-menu { transform: translate(-75%, -50%); } /* Scroll To Top Position Left */ .scroll-btn-left { left: 25px; } .scroll-btn-left .ba-edit-item.full-menu { transform: translate(-25%, -50%); } /* /* Plugin Countdown */ .ba-item-countdown { text-align: center; } .ba-countdown > span { display: inline-block; margin: 10px; padding: 10px 20px; text-align: center; } .ba-countdown .countdown-time { display: block; min-width: 1.3em; } /* /* Plugin Rating */ .ba-item-star-ratings .stars-wrapper { font-size: 0; } .ba-item-star-ratings .stars-wrapper { display: inline-block; } .ba-item-reviews .ba-review-stars-wrapper i.active ~ i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper i.active ~ i:not(.active), .ba-item-star-ratings .stars-wrapper i.active ~ i:not(.active):after, .ba-item-star-ratings .stars-wrapper i.active ~ i:not(.active) { color: inherit ; } .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i:hover ~ i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper:not(.logout-reviews-user) i:hover ~ i:not(.active), .ba-item-star-ratings .stars-wrapper i:hover ~ i:after, .ba-item-star-ratings .stars-wrapper i:hover ~ i { color: inherit !important; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i, .ba-selected-filter-value i, .ba-item-fields-filter .ba-checkbox-wrapper i, .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i, .ba-item-reviews .ba-review-stars-wrapper i, .ba-item-star-ratings .zmdi-star { cursor: pointer; max-width: calc(1em/1.21); min-width: calc(1em/1.21); position: relative; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i { cursor: default !important; } .ba-selected-filter-value i:not(:last-child) { margin-right: 5px; } .ba-item-recent-reviews .ba-review-stars-wrapper i, .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i { cursor: default !important; } .intro-post-reviews .ba-blog-post-rating-stars i, .ba-blog-post-reviews .ba-blog-post-rating-stars i { font-size: 18px; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i:after, .ba-selected-filter-value i:after, .ba-item-fields-filter .ba-checkbox-wrapper span i:after, .intro-post-reviews .ba-blog-post-rating-stars i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i:after, .ba-review-stars-wrapper i:after, .ba-item-star-ratings .zmdi-star:after { content: '\f27d'; left: 0; overflow: hidden; position: absolute; top: 0; z-index: 1; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active):after, .ba-item-reviews .ba-review-stars-wrapper i.active + i:not(.active):after, .ba-item-star-ratings .stars-wrapper i.active + i:not(.active):after { width: inherit; } .event-calendar-event-item-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .intro-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .ba-blog-post-reviews .ba-blog-post-rating-stars i.active + i:not(.active) ~ i:after, .ba-item-reviews .ba-review-stars-wrapper i.active + i:not(.active) ~ i:after, .ba-item-star-ratings .stars-wrapper i.active + i:not(.active) ~ i:after { display: none; } /* /* Plugin Image */ .ba-item-overlay-section, .ba-item-image { line-height: 0 !important; } .ba-logo-wrapper, .ba-logo-wrapper > a, .ba-image-wrapper > a, .ba-image-wrapper { line-height: 0; display: block; } .ba-image-wrapper { box-sizing: border-box; max-width: 100%; } .ba-image-wrapper img.ba-lightbox-item-image { cursor: zoom-in; } .ba-image-modal.instagram-modal > div, body > .ba-image-modal { cursor: zoom-out; left: 0; position: fixed; top: 0; transition: all .5s ease-in-out; z-index: 10000; } @keyframes instagram-modal-in { from { background-color: transparent; } } .ba-image-modal.instagram-modal { animation: instagram-modal-in .5s linear both; bottom: 0; left: 0; position: fixed; right: 0; top: 0; transform: translate3d(0, 0, 0); } .ba-image-modal.instagram-modal i { z-index: 99999; } body > .ba-image-modal:not(.instagram-modal) { height: 0 !important; } @keyframes image-radius { to {border-radius:0;} } .ba-image-modal.instagram-modal > div, .ba-image-modal img { animation: image-radius .5s ease-in-out both; width: 100%; } .ba-image-modal img { position: relative; transition: all .5s; } @keyframes image-radius-out { from {border-radius:0;} } .ba-image-modal.image-lightbox-out img { animation: image-radius-out .5s ease-in-out both; } @keyframes image-modal { from { opacity: 0; } to {opacity: 1;} } .ba-image-modal:not(.instagram-modal):before { animation: image-modal .5s ease-in-out both; background-color: inherit; bottom: 0; content: ""; left: 0; position: fixed; right: 0; top: 0; z-index: -1; } @keyframes image-modal-out { from {opacity: 1;} to { opacity: 0; } } .ba-image-modal.image-lightbox-out:before { animation: image-modal-out .5s linear both; } @keyframes instagram-modal-out { to { background-color: transparent; } } .ba-image-modal.instagram-modal.image-lightbox-out { animation: instagram-modal-out .5s ease-in-out both; } .ba-item-image-field .ba-image-wrapper, .ba-item-overlay-section .ba-image-wrapper, .ba-item-image .ba-image-wrapper { display: inline-block; position: relative; } .ba-item-image-field .ba-image-wrapper img, .ba-item-overlay-section .ba-image-wrapper img, .ba-item-image .ba-image-wrapper img { border-radius: inherit; width: 100%; } .ba-item-image .ba-image-wrapper > a { transition-duration: inherit; } /* Carousel */ .carousel-modal.image-lightbox-out .instagram-fade-animation { animation: instagram-out .3s both ease-in-out !important; opacity: 1; } /* /* Edit Page Button */ .com_gridbox .edit-page { -webkit-backface-visibility: hidden; backface-visibility: hidden; background: #2c2c2c; border-radius: 6px; bottom: 70px; color: #fff; display: block; font-family: 'Roboto', sans-serif; font-size: 14px; font-weight: 500; letter-spacing: normal; line-height: 24px; opacity: 0; padding: 15px; pointer-events: none; position: fixed; text-align: center; visibility: hidden; width: 100px; z-index: 1100; } .edit-page-btn { align-items: center; background: #f64231; box-shadow: 0 5px 12px rgba(0,0,0,0.23); color: #fff; border-radius: 60px; bottom: 45px; display: flex; height: 60px; left: calc(100vw - 120px); position: fixed; justify-content: center; width: 60px; z-index: 1500; } .lightbox-open .edit-page-btn { right: 60px; } .edit-page-btn i { font-size: 24px; } .edit-page-btn:hover i { color: #fff; transform: rotate(360deg); } .edit-page-btn i { transition: all .3s linear; } .ba-submit-comment .ba-tooltip { font-size: 14px ; font-weight: 500; line-height: 24px; } .com_gridbox.lightbox-open .edit-page-btn .edit-page { right: 25px; } .com_gridbox .edit-page:before { border: 5px solid transparent; border-top: 5px solid rgba(34,34,34,0.95); bottom: -10px; content: ""; height: 0; left: 50% !important; margin-left: -5px; position: absolute; } .com_gridbox .edit-page-btn:hover .edit-page { bottom: 115px; opacity: 1; visibility: visible; transition: all .3s linear; } /* ======================================================================== Tooltip ========================================================================== */ * > .ba-tooltip { background: #2c2c2c; border-radius: 4px; bottom: calc(100% + 10px); box-shadow: 0 10px 30px rgba(0,0,0,0.3); color: #fff; display: none!important; font-size: 14px ; font-weight: 500; left: 50%; letter-spacing: normal; line-height: 24px; margin-left: -250px; max-width: 250px; padding: 15px; pointer-events: none; position: absolute !important; text-align: center; transform: translateX(calc(250px - 50%)); will-change: transform; z-index: 99999 !important; } @keyframes tooltip { from { opacity: 0; } } *:hover > .ba-tooltip:not(.ba-help) { animation: tooltip .3s ease-in-out both!important; display: flex!important; text-transform: initial; width: auto; } .ba-comment-share-dialog .ba-comments-modal-body:before, .ba-tooltip:before { border: 5px solid transparent; border-top: 5px solid #2c2c2c; bottom: -9px; content: ""; height: 0; left: 50% !important; margin-left: -5px; position: absolute; top: auto; } .ba-comment-share-dialog .ba-comments-modal-body:before { left: 97px !important; } /* fix for gallery tooltip */ body .ba-edit-gallery-btn { overflow: visible; } body > .ba-tooltip.ba-top:not(.ba-help) { display: none!important } .ba-item-field-group .ba-field-wrapper.ba-label-position-left .ba-field-label .ba-tooltip { white-space: normal; } /* ======================================================================== 404 Page ========================================================================== */ .error { align-items: center; display: flex; flex-direction: column; height: 100vh; justify-content: center; margin:-100px 0 !important; } .error h1 { color: #161616; font: normal bold 125px/90px 'Poppins'; letter-spacing: -4px; margin: 0 0 25px 0; text-align: center; text-decoration: none; text-transform: none; } .error p { color: #95a2b5; font: normal 300 26px/36px 'Roboto Condensed'; letter-spacing: -0.5px; text-align: center; text-decoration: none; text-transform: none; margin: 0; } .error a.btn { background-color: #51d151; border-radius: 50px; border: 0px solid #d7d7d7; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15); color: #fff; font: normal 500 12px/25px 'Poppins'; letter-spacing: 0px; margin-top: 25px; padding: 10px 30px; text-align: center; text-decoration: none; text-transform: none; transition: all .3s cubic-bezier(0.4,0,0.2,1); } .error a.btn:hover { background: #161616; } .error .search input { margin: 25px 0; } .error .search input:focus, .error .search input { border-bottom-color: #e3e3e3 !important; border: 1px solid #fff !important; box-shadow: none; box-sizing: border-box; color: #1a1a1a; font-size: 18px ; font-weight: 400; height: 45px; line-height: 45px; margin: 25px 0; padding: 4px 6px; } .error .search + .focus-underline { background: #1da6f4; height: 2px; position: absolute; top: calc(50vh + 52px); transform: scaleX(0); transition: all .3s cubic-bezier(0.4,0,0.2,1); width: 250px; } .error .search:hover + .focus-underline { transform: scaleX(1); } /* ======================================================================== Default Joomla icons ========================================================================== */ @font-face { font-family: 'IcoMoon'; src: url(../../../../templates/gridbox/css/../../../media/jui/fonts/IcoMoon.woff) format('woff'), url(../../../../templates/gridbox/css/../../../media/jui/fonts/IcoMoon.ttf) format('truetype'); font-weight: normal; font-style: normal; } body:not(.com_gridbox) [class^="icon-"]:not(.ba-settings-group), body:not(.com_gridbox) [class*=" icon-"]:not(.ba-settings-group) { display: inline-block; } [class^="icon-"]:before, [class*=" icon-"]:before { font-family: 'IcoMoon'; font-style: normal; font-weight: normal; } .icon-joomla:before { content: "\e200"; } .icon-chevron-up:before, .icon-uparrow:before, .icon-arrow-up:before { content: "\e005"; } .icon-chevron-right:before, .icon-rightarrow:before, .icon-arrow-right:before { content: "\e006"; } .icon-chevron-down:before, .icon-downarrow:before, .icon-arrow-down:before { content: "\e007"; } .icon-chevron-left:before, .icon-leftarrow:before, .icon-arrow-left:before { content: "\e008"; } .icon-arrow-first:before { content: "\e003"; } .icon-arrow-last:before { content: "\e004"; } .icon-arrow-up-2:before { content: "\e009"; } .icon-arrow-right-2:before { content: "\e00a"; } .icon-arrow-down-2:before { content: "\e00b"; } .icon-arrow-left-2:before { content: "\e00c"; } .icon-arrow-up-3:before { content: "\e00f"; } .icon-arrow-right-3:before { content: "\e010"; } .icon-arrow-down-3:before { content: "\e011"; } .icon-arrow-left-3:before { content: "\e012"; } .icon-menu-2:before { content: "\e00e"; } .icon-arrow-up-4:before { content: "\e201"; } .icon-arrow-right-4:before { content: "\e202"; } .icon-arrow-down-4:before { content: "\e203"; } .icon-arrow-left-4:before { content: "\e204"; } .icon-share:before, .icon-redo:before { content: "\27"; } .icon-undo:before { content: "\28"; } .icon-forward-2:before { content: "\e205"; } .icon-backward-2:before, .icon-reply:before { content: "\e206"; } .icon-unblock:before, .icon-refresh:before, .icon-redo-2:before { content: "\6c"; } .icon-undo-2:before { content: "\e207"; } .icon-move:before { content: "\7a"; } .icon-expand:before { content: "\66"; } .icon-contract:before { content: "\67"; } .icon-expand-2:before { content: "\68"; } .icon-contract-2:before { content: "\69"; } .icon-play:before { content: "\e208"; } .icon-pause:before { content: "\e209"; } .icon-stop:before { content: "\e210"; } .icon-previous:before, .icon-backward:before { content: "\7c"; } .icon-next:before, .icon-forward:before { content: "\7b"; } .icon-first:before { content: "\7d"; } .icon-last:before { content: "\e000"; } .icon-play-circle:before { content: "\e00d"; } .icon-pause-circle:before { content: "\e211"; } .icon-stop-circle:before { content: "\e212"; } .icon-backward-circle:before { content: "\e213"; } .icon-forward-circle:before { content: "\e214"; } .icon-loop:before { content: "\e001"; } .icon-shuffle:before { content: "\e002"; } .icon-search:before { content: "\53"; } .icon-zoom-in:before { content: "\64"; } .icon-zoom-out:before { content: "\65"; } .icon-apply:before, .icon-edit:before, .icon-pencil:before { content: "\2b"; } .icon-pencil-2:before { content: "\2c"; } .icon-brush:before { content: "\3b"; } .icon-save-new:before, .icon-plus-2:before { content: "\5d"; } .icon-minus-sign:before, .icon-minus-2:before { content: "\5e"; } .icon-delete:before, .icon-remove:before, .icon-cancel-2:before { content: "\49"; } .icon-publish:before, .icon-save:before, .icon-ok:before, .icon-checkmark:before { content: "\47"; } .icon-new:before, .icon-plus:before { content: "\2a"; } .icon-plus-circle:before { content: "\e215"; } .icon-minus:before, .icon-not-ok:before { content: "\4b"; } .icon-ban-circle:before, .icon-minus-circle:before { content: "\e216"; } .icon-unpublish:before, .icon-cancel:before { content: "\4a"; } .icon-cancel-circle:before { content: "\e217"; } .icon-checkmark-2:before { content: "\e218"; } .icon-checkmark-circle:before { content: "\e219"; } .icon-info:before { content: "\e220"; } .icon-info-2:before, .icon-info-circle:before { content: "\e221"; } .icon-question:before, .icon-question-sign:before, .icon-help:before { content: "\45"; } .icon-question-2:before, .icon-question-circle:before { content: "\e222"; } .icon-notification:before { content: "\e223"; } .icon-notification-2:before, .icon-notification-circle:before { content: "\e224"; } .icon-pending:before, .icon-warning:before { content: "\48"; } .icon-warning-2:before, .icon-warning-circle:before { content: "\e225"; } .icon-checkbox-unchecked:before { content: "\3d"; } .icon-checkin:before, .icon-checkbox:before, .icon-checkbox-checked:before { content: "\3e"; } .icon-checkbox-partial:before { content: "\3f"; } .icon-square:before { content: "\e226"; } .icon-radio-unchecked:before { content: "\e227"; } .icon-radio-checked:before, .icon-generic:before { content: "\e228"; } .icon-circle:before { content: "\e229"; } .icon-signup:before { content: "\e230"; } .icon-grid:before, .icon-grid-view:before { content: "\58"; } .icon-grid-2:before, .icon-grid-view-2:before { content: "\59"; } .icon-menu:before { content: "\5a"; } .icon-list:before, .icon-list-view:before { content: "\31"; } .icon-list-2:before { content: "\e231"; } .icon-menu-3:before { content: "\e232"; } .icon-folder-open:before, .icon-folder:before { content: "\2d"; } .icon-folder-close:before, .icon-folder-2:before { content: "\2e"; } .icon-folder-plus:before { content: "\e234"; } .icon-folder-minus:before { content: "\e235"; } .icon-folder-3:before { content: "\e236"; } .icon-folder-plus-2:before { content: "\e237"; } .icon-folder-remove:before { content: "\e238"; } .icon-file:before { content: "\e016"; } .icon-file-2:before { content: "\e239"; } .icon-file-add:before, .icon-file-plus:before { content: "\29"; } .icon-file-minus:before { content: "\e017"; } .icon-file-check:before { content: "\e240"; } .icon-file-remove:before { content: "\e241"; } .icon-save-copy:before, .icon-copy:before { content: "\e018"; } .icon-stack:before { content: "\e242"; } .icon-tree:before { content: "\e243"; } .icon-tree-2:before { content: "\e244"; } .icon-paragraph-left:before { content: "\e246"; } .icon-paragraph-center:before { content: "\e247"; } .icon-paragraph-right:before { content: "\e248"; } .icon-paragraph-justify:before { content: "\e249"; } .icon-screen:before { content: "\e01c"; } .icon-tablet:before { content: "\e01d"; } .icon-mobile:before { content: "\e01e"; } .icon-box-add:before { content: "\51"; } .icon-box-remove:before { content: "\52"; } .icon-download:before { content: "\e021"; } .icon-upload:before { content: "\e022"; } .icon-home:before { content: "\21"; } .icon-home-2:before { content: "\e250"; } .icon-out-2:before, .icon-new-tab:before { content: "\e024"; } .icon-out-3:before, .icon-new-tab-2:before { content: "\e251"; } .icon-link:before { content: "\e252"; } .icon-picture:before, .icon-image:before { content: "\2f"; } .icon-pictures:before, .icon-images:before { content: "\30"; } .icon-palette:before, .icon-color-palette:before { content: "\e014"; } .icon-camera:before { content: "\55"; } .icon-camera-2:before, .icon-video:before { content: "\e015"; } .icon-play-2:before, .icon-video-2:before, .icon-youtube:before { content: "\56"; } .icon-music:before { content: "\57"; } .icon-user:before { content: "\22"; } .icon-users:before { content: "\e01f"; } .icon-vcard:before { content: "\6d"; } .icon-address:before { content: "\70"; } .icon-share-alt:before, .icon-out:before { content: "\26"; } .icon-enter:before { content: "\e257"; } .icon-exit:before { content: "\e258"; } .icon-comment:before, .icon-comments:before { content: "\24"; } .icon-comments-2:before { content: "\25"; } .icon-quote:before, .icon-quotes-left:before { content: "\60"; } .icon-quote-2:before, .icon-quotes-right:before { content: "\61"; } .icon-quote-3:before, .icon-bubble-quote:before { content: "\e259"; } .icon-phone:before { content: "\e260"; } .icon-phone-2:before { content: "\e261"; } .icon-envelope:before, .icon-mail:before { content: "\4d"; } .icon-envelope-opened:before, .icon-mail-2:before { content: "\4e"; } .icon-unarchive:before, .icon-drawer:before { content: "\4f"; } .icon-archive:before, .icon-drawer-2:before { content: "\50"; } .icon-briefcase:before { content: "\e020"; } .icon-tag:before { content: "\e262"; } .icon-tag-2:before { content: "\e263"; } .icon-tags:before { content: "\e264"; } .icon-tags-2:before { content: "\e265"; } .icon-options:not(.ba-settings-group):before, .icon-cog:before { content: "\38"; } .icon-cogs:before { content: "\37"; } .icon-screwdriver:before, .icon-tools:before { content: "\36"; } .icon-wrench:before { content: "\3a"; } .icon-equalizer:before { content: "\39"; } .icon-dashboard:before { content: "\78"; } .icon-switch:before { content: "\e266"; } .icon-filter:before { content: "\54"; } .icon-purge:before, .icon-trash:before { content: "\4c"; } .icon-checkedout:before, .icon-lock:before, .icon-locked:before { content: "\23"; } .icon-unlock:before { content: "\e267"; } .icon-key:before { content: "\5f"; } .icon-support:before { content: "\46"; } .icon-database:before { content: "\62"; } .icon-scissors:before { content: "\e268"; } .icon-health:before { content: "\6a"; } .icon-wand:before { content: "\6b"; } .icon-eye-open:before, .icon-eye:before { content: "\3c"; } .icon-eye-close:before, .icon-eye-blocked:before, .icon-eye-2:before { content: "\e269"; } .icon-clock:before { content: "\6e"; } .icon-compass:before { content: "\6f"; } .icon-broadcast:before, .icon-connection:before, .icon-wifi:before { content: "\e01b"; } .icon-book:before { content: "\e271"; } .icon-lightning:before, .icon-flash:before { content: "\79"; } .icon-print:before, .icon-printer:before { content: "\e013"; } .icon-feed:before { content: "\71"; } .icon-calendar:before { content: "\43"; } .icon-calendar-2:before { content: "\44"; } .icon-calendar-3:before { content: "\e273"; } .icon-pie:before { content: "\77"; } .icon-bars:before { content: "\76"; } .icon-chart:before { content: "\75"; } .icon-power-cord:before { content: "\32"; } .icon-cube:before { content: "\33"; } .icon-puzzle:before { content: "\34"; } .icon-attachment:before, .icon-paperclip:before, .icon-flag-2:before { content: "\72"; } .icon-lamp:before { content: "\74"; } .icon-pin:before, .icon-pushpin:before { content: "\73"; } .icon-location:before { content: "\63"; } .icon-shield:before { content: "\e274"; } .icon-flag:before { content: "\35"; } .icon-flag-3:before { content: "\e275"; } .icon-bookmark:before { content: "\e023"; } .icon-bookmark-2:before { content: "\e276"; } .icon-heart:before { content: "\e277"; } .icon-heart-2:before { content: "\e278"; } .icon-thumbs-up:before { content: "\5b"; } .icon-thumbs-down:before { content: "\5c"; } .icon-unfeatured:before, .icon-asterisk:before, .icon-star-empty:before { content: "\40"; } .icon-star-2:before { content: "\41"; } .icon-featured:before, .icon-default:before, .icon-star:before { content: "\42"; } .icon-smiley:before, .icon-smiley-happy:before { content: "\e279"; } .icon-smiley-2:before, .icon-smiley-happy-2:before { content: "\e280"; } .icon-smiley-sad:before { content: "\e281"; } .icon-smiley-sad-2:before { content: "\e282"; } .icon-smiley-neutral:before { content: "\e283"; } .icon-smiley-neutral-2:before { content: "\e284"; } .icon-cart:before { content: "\e019"; } .icon-basket:before { content: "\e01a"; } .icon-credit:before { content: "\e286"; } .icon-credit-2:before { content: "\e287"; } .icon-expired:before { content: "\4b"; } /* ======================================================================== Plugins Gallery ========================================================================== */ .album-in-lightbox-open .ba-row, .album-in-lightbox-open .ba-row:hover { z-index: auto !important; } /* ======================================================================== Page Blocks ========================================================================== */ .ba-pull-left, .ba-pull-right { z-index: 1; width: auto; } .ba-pull-left { float: left; } .ba-pull-right { float: right; } .ba-disabled-margin { margin: 0 !important; } /* ======================================================================== Blog ========================================================================== */ .intro-post-wrapper .intro-post-image { background-position: 50%; background-repeat: no-repeat; background-size: cover; position: relative; } .intro-post-wrapper .intro-post-title { display: inline-block; max-width: 100%; text-align: inherit; } .fullscreen-post.intro-post-wrapper { display: flex; box-sizing: border-box; flex-direction: column; justify-content: center; overflow: hidden; position: relative; } .fullscreen-post .intro-post-image-wrapper { left: 0; position: absolute; right: 0; top: 0; z-index: 0; } .intro-post-wrapper .intro-category-author-social-wrapper, .intro-post-wrapper .intro-post-title-wrapper, .intro-post-wrapper .intro-post-info { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; margin-left: auto; margin-right: auto; max-width: 100%; padding: 0 25px; } .intro-post-wrapper:not(.fullscreen-post) .intro-category-author-social-wrapper, .intro-post-wrapper:not(.fullscreen-post) .intro-post-title-wrapper, .intro-post-wrapper:not(.fullscreen-post) .intro-post-info { padding: 0; } .intro-category-author-social-wrapper, .fullscreen-post .intro-post-title-wrapper, .fullscreen-post .intro-post-info { box-sizing: border-box; z-index: 2; } .intro-post-wrapper .intro-post-info > span { display: inline-block; } .intro-post-wrapper .intro-post-info > span:last-child { margin-right: 0; } .intro-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-reviews a.ba-blog-post-rating-count { margin-left: 10px; transition: .3s; } .intro-post-wrapper .intro-post-info > span, .ba-blog-post-info-wrapper > span { align-items: center; position: relative; } .ba-item-post-intro .intro-post-info .intro-post-author ~ .intro-post-author{ margin-left: 10px; } .ba-blog-post-info-wrapper > span { flex-wrap: nowrap; white-space: nowrap; } .intro-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-reviews a.ba-blog-post-rating-count, .ba-blog-post-info-wrapper > span a:hover, .intro-post-wrapper .intro-post-info > span a:hover, .ba-blog-post-info-wrapper > span a, .intro-post-wrapper .intro-post-info > span a { color: inherit; } .intro-category-description { display: inline-block; } .ba-blog-post-info-wrapper .ba-author-avatar, .intro-post-wrapper .ba-author-avatar { margin: 5px 10px 5px 0; } .ba-item-category-intro .intro-post-title-wrapper .ba-author-avatar { height: 75px; margin: 0 25px 0 0; width: 75px; } .intro-post-image-wrapper { position: relative; } .intro-post-image-wrapper .ba-overlay { z-index: 1; } .ba-blog-post-info-wrapper, .ba-blog-post-info-wrapper > span, .ba-blog-post-info-wrapper .zmdi, .intro-post-wrapper .intro-post-info > span { cursor: default !important; } .ba-item-post-intro .intro-post-info, .ba-blog-post-info-wrapper { align-items: center; display: flex; flex-wrap: wrap; } .lightbox-open .row-with-intro-items { position: static; } /* /* Blog Layout */ .ba-blog-posts-header { display: block; overflow: hidden; } .ba-blog-posts-header h1:first-letter { text-transform: capitalize; } .ba-blog-posts-header > div { margin: 25px 0 !important; overflow: hidden; position: relative; } .ba-blog-post-button-wrapper a { display: inline-block; } .ba-blog-post-image { backface-visibility: hidden; -webkit-backface-visibility: hidden; overflow: hidden; position: relative; } .ba-app-sub-category { display: flex; flex-wrap: wrap; justify-content: inherit; transition: color .3s ease-in-out; } .ba-item-categories .ba-blog-post-image img, .ba-blog-posts-wrapper .ba-blog-post-image img { opacity: 0; width: 100%; } .ba-item-categories .ba-blog-post-image a, .ba-blog-posts-wrapper .ba-blog-post-image a { background-attachment: scroll; background-position: center center; background-repeat: no-repeat; bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-item-categories .ba-grid-layout .ba-blog-post-content, .ba-item-author .ba-grid-layout .ba-post-author-content, .ba-item-search-result .ba-grid-layout .ba-blog-post-content, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-content, .ba-item-related-posts .ba-grid-layout .ba-blog-post-content, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-content, .ba-item-categories .ba-cover-layout .ba-blog-post-content, .ba-item-search-result .ba-cover-layout .ba-blog-post-content, .ba-item-related-posts .ba-cover-layout .ba-blog-post-content, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-content, .ba-cover-layout .ba-blog-post-content, .ba-blog-post-content { padding: 0 20px; box-sizing: border-box; } .ba-slideshow-caption > a, .ba-cover-layout .ba-blog-post-content > a { bottom: 0; left: 0; position: absolute; right: 0; top: 0; } .ba-slideshow-caption > div > *:not(.ba-overlay-slideshow-button), .ba-cover-layout .ba-blog-post-content > div > *:not(.ba-overlay-slideshow-button) { position: relative; } .ba-post-author-title a, .ba-blog-post-title a { display: inline-block; } .ba-post-author-description p, .ba-post-author-description, .ba-post-author-title a, .ba-blog-post-title a { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; letter-spacing: inherit; line-height: inherit; text-align: inherit; text-decoration: inherit; text-transform: inherit; } .ba-post-author-description p, .ba-post-author-description, .ba-post-author-title a, .ba-item:not(.ba-item-recent-comments):not(.ba-item-recent-reviews) .ba-blog-post-title a { color: inherit; } .ba-item-category-intro .intro-post-title-wrapper .ba-author-avatar, .ba-blog-post-info-wrapper .ba-author-avatar, .intro-post-info .ba-author-avatar { background-position: center; background-size: cover; border-radius: 50%; display: inline-block; vertical-align: middle; } .intro-post-info .ba-author-avatar, .ba-blog-post-info-wrapper .ba-author-avatar { height: 30px; width: 30px; } /* Blog Classic Layout*/ .ba-item-author .ba-post-author, .ba-blog-post { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; overflow: hidden; position: relative; z-index: 1; } .ba-item-author .ba-posts-author-wrapper:not(.ba-grid-layout) .ba-post-author:last-child { margin-bottom: 0; } .ba-blog-post { margin-bottom: 0; margin-top: 20px; } .ba-one-column-grid-layout .ba-blog-post:first-child, .ba-classic-layout .ba-blog-post:first-child { margin-top: 0; } .ba-item-categories .ba-classic-layout .ba-blog-post, .ba-posts-author-wrapper.ba-grid-layout .ba-post-author, .ba-one-column-grid-layout .ba-blog-post, .ba-grid-layout .ba-blog-post { margin-left: 10px; margin-right: 10px; } .ba-item-categories .ba-cover-layout .ba-blog-post-image, .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%; } .ba-item-categories .ba-classic-layout { flex-direction: row; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } .ba-item-categories .ba-classic-layout .ba-blog-post, .ba-item-categories .ba-classic-layout { align-items: flex-start; display: flex; } /* Blog Grid Layout */ .ba-cover-layout, .ba-one-column-grid-layout, .ba-grid-layout { display: flex; flex-direction: row; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } /* Blog Masonry Layout */ .simple-gallery-masonry-layout, .ba-masonry-layout { display: grid !important; grid-row-gap: 20px; grid-column-gap: 20px; grid-auto-rows: 0px; } .ba-item-blog-posts .ba-blog-post-content, .ba-item-search-result .ba-blog-post-content, .ba-item-post-navigation .ba-blog-post-content, .ba-item-related-posts .ba-blog-post-content, .ba-item-recent-posts .ba-blog-post-content { overflow: hidden; } .ba-item-categories .ba-masonry-layout .ba-blog-post-content, .ba-item-blog-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-search-result .ba-masonry-layout .ba-blog-post-content, .ba-item-post-navigation .ba-masonry-layout .ba-blog-post-content, .ba-item-related-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-recent-posts .ba-masonry-layout .ba-blog-post-content { overflow: visible; flex-grow: 0; } .ba-masonry-layout .ba-blog-post { flex-direction: column; font-size: initial; letter-spacing: initial; line-height: initial; margin: 0 !important; width: 100% !important; } .ba-item-recent-reviews .ba-masonry-layout .ba-blog-post { flex-direction: row; } .simple-gallery-masonry-layout .ba-instagram-image, .ba-masonry-layout .ba-blog-post{ transition: transform .3s, opacity .3s; } .simple-gallery-masonry-layout .ba-instagram-image:not(.ba-masonry-image-loaded) { transition: none !important; } .simple-gallery-masonry-layout .ba-instagram-image:not(.ba-masonry-image-loaded), .ba-masonry-layout .ba-blog-post:not(.ba-masonry-image-loaded) { transform: translateY(50px); opacity: 0; } /* Blog Cover Layout */ .ba-item-categories .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 { height: 100% !important; width: 100% !important; z-index: -1; } .ba-item-categories .ba-categories-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-item-author .ba-post-author-image .ba-overlay, .ba-item-search-result .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-item-related-posts .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-item-recent-posts .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay, .ba-blog-posts-wrapper:not(.ba-cover-layout) .ba-blog-post-image .ba-overlay { display: none; } .ba-item-categories .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-item-search-result .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-item-related-posts .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-item-recent-posts .ba-cover-layout .ba-blog-post-image .ba-overlay, .ba-cover-layout .ba-blog-post-image .ba-overlay { pointer-events: none; z-index: 1; } /* Blog Pagination */ .ba-item-recent-comments .ba-blog-posts-pagination, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination { text-align: center; margin-top: 50px; width: 100%; } .ba-blog-posts-pagination span { display: inline; } .ba-blog-posts-pagination span a { background: transparent; border: none; display: inline-block; margin-left: 5px; padding: 4px 12px; } .ba-blog-posts-pagination span a i { font-size: 16px; color: inherit; } .ba-blog-posts-pagination span.disabled a *, .ba-blog-posts-pagination span.disabled a { opacity: .5; } .ba-blog-posts-pagination span.disabled a *, .ba-blog-posts-pagination span.disabled a { cursor: not-allowed !important; } /* Author Social Link */ .intro-category-author-social-wrapper a, .ba-post-author-social-wrapper a { font-size: 16px; margin-right: 10px; padding: 10px; } .intro-category-author-social-wrapper a:hover, .ba-post-author-social-wrapper a:hover { opacity: .5; } /* ======================================================================== Blog Plugins ========================================================================== */ /* /* Blog Plugin Tags */ .ba-item-tags .ba-button-wrapper a, .ba-item-post-tags .ba-button-wrapper a { margin: 0 5px 10px; } .ba-item-tags .ba-button-wrapper, .ba-item-post-tags .ba-button-wrapper { margin-left: -5px !important; margin-right: -5px !important; width: calc(100% + 10px) !important; } /* /* Blog Plugin Categories */ /* /* Blog Plugin Recent Post */ .ba-item-categories .ba-blog-post-image, .ba-item-recent-reviews .ba-blog-post-image, .ba-item-recent-comments .ba-blog-post-image, .ba-item-author .ba-post-author-image, .ba-item-blog-posts .ba-blog-post-image, .ba-item-search-result .ba-blog-post-image, .ba-item-post-navigation .ba-blog-post-image, .ba-item-related-posts .ba-blog-post-image, .ba-item-recent-posts .ba-blog-post-image { backface-visibility: hidden; -webkit-backface-visibility: hidden; box-sizing: border-box; flex-shrink: 0; max-width: 100%; overflow: hidden; position: relative; transform: translate3d(0, 0, 0); } .ba-item-categories .ba-blog-post-image a, .ba-item-recent-reviews .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post-image a, .ba-item-author .ba-post-author-image a, .ba-item-search-result .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post-image a{ -webkit-backface-visibility: hidden; backface-visibility: hidden; background-position: center; background-repeat: no-repeat; background-size: cover; } .ba-item-categories .ba-blog-post-image a, .ba-blog-posts-wrapper .ba-blog-post-image a, .ba-item-search-result .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post-image a { background-size: inherit !important; } .ba-item-categories .ba-blog-post-image a, .ba-item-recent-reviews .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post-image a, .ba-item-author .ba-post-author-image a, .ba-item-search-result .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post-image a, .ba-item-blog-posts .ba-blog-post .ba-blog-post-image a { transition: transform .3s linear; } .ba-item-categories .ba-blog-post:hover .ba-blog-post-image a, .ba-item-recent-reviews .ba-blog-post:hover .ba-blog-post-image a, .ba-item-recent-comments .ba-blog-post:hover .ba-blog-post-image a, .ba-item-author .ba-post-author:hover .ba-post-author-image a, .ba-item-search-result .ba-blog-post:hover .ba-blog-post-image a, .ba-item-blog-posts .ba-blog-post:hover .ba-blog-post-image a, .ba-item-post-navigation .ba-blog-post:hover .ba-blog-post-image a, .ba-item-related-posts .ba-blog-post:hover .ba-blog-post-image a, .ba-item-recent-posts .ba-blog-post:hover .ba-blog-post-image a { transform: scale(1.15); } .ba-item-categories .ba-blog-post-content, .ba-item-recent-reviews .ba-blog-post-content, .ba-item-recent-comments .ba-blog-post-content, .ba-item-author .ba-post-author-content, .ba-item-blog-posts .ba-blog-post-content, .ba-item-search-result .ba-blog-post-content, .ba-item-post-navigation .ba-blog-post-content, .ba-item-related-posts .ba-blog-post-content, .ba-item-recent-posts .ba-blog-post-content { flex-grow: 1; margin: 0; padding: 0 20px; width: auto; } .ba-item-categories .ba-classic-layout .ba-blog-post-content { padding-right: 0; padding-left: 40px; } .ba-item-categories .ba-blog-post, .ba-item-recent-reviews .ba-blog-post, .ba-item-recent-comments .ba-blog-post, .ba-item-author .ba-post-author, .ba-item-blog-posts .ba-blog-posts-wrapper:not(.ba-grid-layout):not(.ba-one-column-grid-layout) .ba-blog-post, .ba-item-search-result .ba-blog-post, .ba-item-post-navigation .ba-blog-post, .ba-item-related-posts .ba-blog-post, .ba-item-recent-posts .ba-blog-post { align-items: center; display: flex; overflow: hidden; word-break: break-word; } .ba-item-recent-reviews .ba-blog-post, .ba-item-recent-comments .ba-blog-post { align-items: flex-start; } .ba-item-categories .ba-grid-layout .ba-blog-post, .ba-item-author .ba-grid-layout .ba-post-author, .ba-item-search-result .ba-grid-layout .ba-blog-post, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post, .ba-item-related-posts .ba-grid-layout .ba-blog-post, .ba-item-recent-posts .ba-grid-layout .ba-blog-post { flex-direction: column; } .ba-item-categories .ba-masonry-layout .ba-blog-post-content, .ba-item-blog-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-author .ba-masonry-layout .ba-post-author-content, .ba-item-search-result .ba-masonry-layout .ba-blog-post-content, .ba-item-related-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-recent-posts .ba-masonry-layout .ba-blog-post-content, .ba-item-categories .ba-grid-layout .ba-blog-post-content, .ba-item-author .ba-grid-layout .ba-post-author-content, .ba-item-search-result .ba-grid-layout .ba-blog-post-content, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-content, .ba-item-related-posts .ba-grid-layout .ba-blog-post-content, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-content { width: 100%; } .ba-item-categories .ba-grid-layout .ba-blog-post-image, .ba-item-author .ba-grid-layout .ba-post-author-image, .ba-item-search-result .ba-grid-layout .ba-blog-post-image, .ba-item-search-result .ba-one-column-grid-layout .ba-blog-post-image, .ba-item-related-posts .ba-grid-layout .ba-blog-post-image, .ba-item-recent-posts .ba-grid-layout .ba-blog-post-image { margin-right: 0; } .ba-item-author .ba-post-author-image a { display: block; height: 100%; } .ba-item-categories .ba-blog-post .ba-app-category-counter { white-space: nowrap; } .ba-item-categories .ba-blog-post a span:not(.ba-app-category-counter) { margin-right: 10px; } .ba-item-categories .ba-blog-post .ba-app-sub-category span:not(.ba-app-category-counter) { margin-left: calc(10px * var(--sub-category-level)); } .ba-item-categories .ba-blog-post .ba-app-sub-category:not([data-level="0"]):before { content: "\2022"; } /* /* Blog Plugin Post Navigation */ .ba-item-post-navigation .ba-blog-posts-wrapper > * { display: inline-flex; } .ba-item-post-navigation .ba-blog-posts-wrapper { align-items: center; display: flex; justify-content: flex-start; } .ba-item-post-navigation .ba-blog-posts-wrapper .ba-blog-post:first-child { flex-direction: row; margin: 0 10px 0 0; } .ba-item-post-navigation .ba-blog-post { flex-direction: row-reverse; margin: 0 0 0 10px; width: calc(50% - 10px); } .ba-item-post-navigation .ba-blog-post + .ba-blog-post .ba-blog-post-info-wrapper > span { margin-right: 0px; margin-left: 15px; } .ba-item-post-navigation .ba-blog-post + .ba-blog-post .ba-blog-post-info-wrapper > span.ba-blog-post-views { margin: 0; } /* /* Blog Plugin Search */ .ba-item-search .ba-search-wrapper { align-items: center; box-sizing: border-box; display: inline-flex; width: 100%; } .ba-item-search .ba-search-wrapper:not(.after){ flex-direction: row-reverse; } .ba-item-search .ba-search-wrapper input { background: transparent !important; border: none !important; height: auto; margin: 0; padding: 0; width: 100%; } .ba-item-search .ba-search-wrapper i{ pointer-events: none; margin: 0 10px; } .instagram-modal-open, .lightbox-open { box-sizing: border-box; overflow: hidden; } .instagram-modal-open .ba-sticky-header, .lightbox-open .ba-sticky-header, .ba-not-default-header .header { width: inherit; } .search-started .ba-item-search-result { opacity: 0; } /* ======================================================================== Responsive ========================================================================== */ /* /* Responsive Grid */ .row-fluid:before, .row-fluid:after { content: ""; display: table; line-height: 0; } .row-fluid:after { clear: both; } [class*="span"]{ flex-grow: 1; box-sizing: border-box; display: block; float: left; margin-left: 2.127659574468085%; } .row-fluid { width: 100%; } [class*="span"]:first-child { margin-left: 0; } .header .span12, .span12 { width: 100%; } .header .span11, .span11 { width: 91.48936170212765%; } .header .span10, .span10 { width: 82.97872340425532%; } .header .span9, .span9 { width: 74.46808510638297%; } .header .span8, .span8 { width: 65.95744680851064%; } .header .span7, .span7 { width: 57.44680851063829%; } .header .span6, .span6 { width: 48.93617021276595%; } .header .span5, .span5 { width: 40.42553191489362%; } .header .span4, .span4 { width: 31.914893617021278%; } .header .span3, .span3 { width: 23.404255319148934%; } .header .span2, .span2 { width: 14.893617021276595%; } .header .span1, .span1 { width: 6.382978723404255%; } /* /* No Space Between Columns */ .column-wrapper { position: relative; width: 100%; } /* /* For IOS */ @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } @supports (-webkit-text-size-adjust:none) and (-webkit-marquee-repetition:infinite) and (object-fit:fill) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } @media not all and (min-resolution:.001dpcm) { @media(max-width: 1024px) { .column-wrapper{ max-width: 100%; overflow: hidden; } .column-wrapper > * { margin: 0 -1px; } } } /* ======================================================================== Default Joomla ========================================================================== */ .com_gridbox form { margin: 0; } .ba-item-flipbox .ba-flipbox-wrapper:before, .ba-item-flipbox .ba-flipbox-wrapper:after, .ba-search-result-body:before, .ba-search-result-body:after, .ba-item-blog-posts:before, .ba-item-blog-posts:after, .ba-classic-layout .ba-blog-post:before, .ba-classic-layout .ba-blog-post:after, .modal-footer:before, .modal-footer:after, .row:before, .row:after, .pager:before, .pager:after, .form-horizontal .control-group:before, .form-horizontal .control-group:after, .navbar-inner:before, .navbar-inner:after, .nav-tabs:before, .nav-tabs:after, .nav-pills:before, .nav-pills:after, .thumbnails:before, .thumbnails:after, .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0; } .ba-item-flipbox .ba-flipbox-wrapper:after, .ba-search-result-body:after, .ba-item-blog-posts:after, .ba-classic-layout .ba-blog-post:after, .modal-footer:after, .row:after, .pager:after, .form-horizontal .control-group:after, .navbar-inner:after, .nav-tabs:after, .nav-pills:after, .thumbnails:after, .clearfix:after { clear: both; } h1, h2, h3, h4, h5, h6 { margin: 12px 0; } img { vertical-align: middle; } form { margin: 0 0 18px; } fieldset { border: 0; margin: 0; padding: 0; } legend { border: 0; border-bottom: 1px solid #f3f3f3; display: block; font-size: 1.5em; line-height: 1.5em; margin-bottom: 18px; padding: 0; width: 100%; } hr { border: 0; border-top: 1px solid #f3f3f3; margin: 18px 0; } ul, ol { margin: 0 0 9px 25px; padding: 0; } ul ul, ul ol, ol ol, ol ul { margin-bottom: 0; } ul.unstyled, ol.unstyled, ul.inline, ol.inline { list-style: none; margin-left: 0; } ul.inline > li, ol.inline > li { display: inline-block; } dl { margin-bottom: 18px; } dt, dd { line-height: 18px; } dt { font-weight: bold; } dd { margin-left: 0; } [class*="span"] { min-height: 1px; } select[multiple] { height: auto; } input[class*="span"], select[class*="span"], textarea[class*="span"], .uneditable-input[class*="span"], .row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], .row-fluid .uneditable-input[class*="span"] { float: none; margin-left: 0; } .page-header { margin: 18px 0 27px; padding-bottom: 8px; } .dl-horizontal dt { clear: left; float: left; overflow: hidden; padding: 5px 0; text-align: right; text-overflow: ellipsis; white-space: nowrap; width: 160px; } .dl-horizontal dd { margin-left: 180px; padding: 5px 0; } .breadcrumb { margin: 10px 0; } body:not(.com_gridbox) .hidden { display: none; visibility: hidden; } .pull-right { float: right; } .pull-left { float: left; } .visible-phone, .visible-tablet, .hidden-desktop { display: none !important; } .visible-desktop { display: inherit !important; } .center *, .center, .table td.center, .table th.center { text-align: center; } [class^="icon-"]:not(.ba-settings-group):not(.ba-tabs-wrapper):not(.add-on):not(.accordion):not(.modal-backdrop):not(.minicolors-input), [class*=" icon-"]:not(.ba-settings-group):not(.ba-tabs-wrapper):not(.add-on):not(.accordion):not(.modal-backdrop):not(.minicolors-input) { display: inline-block; font-size: 0.8em; height: 14px; line-height: 14px; margin-right: .2em; vertical-align: baseline; width: 14px; } .fade { opacity: 0; transition: opacity .15s linear; } .fade.in { opacity: 1; } .element-invisible { border: 0; height: 1px; margin: 0; overflow: hidden; padding: 0; position: absolute; width: 1px; } /* Navigation */ .nav { list-style: none; margin-bottom: 18px; margin-left: 0; } .nav > li > a { display: block; } .nav > li > a:hover, .nav > li > a:focus { text-decoration: none; } .nav > li > a > img { max-width: none; } .nav > .pull-right { float: right; } .nav-tabs > li, .nav-pills > li, .navbar .nav > li { float: left; } .navbar-inner { background-color: #f5f5f5; border-radius: 4px; border: 1px solid #f3f3f3; min-height: 40px; padding-left: 20px; padding-right: 20px; } .navbar .nav.pull-right { float: right; margin-right: 0; } .navbar .nav { display: block; float: left; left: 0; margin: 0 10px 0 0; position: relative; } .dropdown-menu.pull-right, .pull-right > .dropdown-menu , .navbar .pull-right > li > .dropdown-menu, .navbar .nav > li > .dropdown-menu.pull-right { left: auto; right: 0; } .navbar .nav > li > .dropdown-menu:after { border-bottom: 6px solid #fff; border-left: 6px solid transparent; border-right: 6px solid transparent; content: ''; display: inline-block; left: 10px; position: absolute; top: -6px; } .navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after { left: auto; right: 13px; } .navbar .nav > li > .dropdown-menu:before { border-left: 7px solid transparent; border-right: 7px solid transparent; border-bottom: 7px solid #f3f3f3; content: ''; display: inline-block; left: 9px; position: absolute; top: -7px; } .navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before { left: auto; right: 12px; } .nav-tabs > li > a, .nav-pills > li > a { line-height: 14px; margin-right: 2px; padding-left: 10px; padding-right: 10px; } .nav-tabs { border-bottom: 1px solid #f3f3f3; } .nav-tabs > li { margin-bottom: -1px; } .nav-tabs > li > a { border-radius: 4px 4px 0 0; border: 1px solid transparent; line-height: 18px; padding: 10px; } .nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { background-color: #fff; border: 1px solid #f3f3f3; border-bottom-color: transparent; color: #555; cursor: default; } .nav-tabs.nav-stacked > li > a { border-radius: 0; } .nav-pills.nav-stacked > li > a { margin-bottom: 3px; } .nav-pills.nav-stacked > li:last-child > a { margin-bottom: 1px; } .nav-stacked > li { float: none; } .nav-stacked > li > a { margin-right: 0; } .nav-tabs.nav-stacked { border-bottom: 0; } .thumbnails { list-style: none; margin-left: -20px; } .row-fluid .thumbnails { margin-left: 0; } .thumbnails > li { float: left; margin-bottom: 18px; margin-left: 20px; } .com_media .thumbnails > li a { color: #818fa1; } .com_media { font-size: 14px ; font-weight: 400; line-height: 18px; } .pull-right.item-image { margin: 0 0 20px 20px; } .pull-left.item-image { margin: 0 20px 20px 0; } .label, .badge { background-color: #fafafa; border-radius: 3px; color: #363637; display: inline-block; font-size: 14px; letter-spacing: 0; line-height: 14px; padding: 10px 15px; vertical-align: middle; white-space: nowrap; } .badge { padding: 5px; background-color: #e6e6e6 } .label:empty, .badge:empty { display: none; } .small { font-size: 0.7em; } /* Modal */ div.modal { background-color: #fff; border-radius: 6px; box-shadow: 0 15px 40px rgba(0,0,0,.15); left: 50%; margin-left: -40%; outline: none; position: fixed; top: 5%; width: 80%; z-index: 1050; } body:not(.com_gridbox) .modal-body { width: 98%; position: relative; max-height: 400px; padding: 1%; } div.modal.fade { transition: opacity .3s linear, top .3s ease-out; top: -25%; } div.modal.fade.in { top: 5%; } .well { border: none; margin-bottom: 20px; min-height: 20px; padding: 19px; } .thumbnails-media .imgFolder span { line-height: 90px !important; font-size: 38px !important; margin: 0; width: auto!important; } .container-popup { padding: 28px 10px 10px 10px; } .modal-header { padding: 10px 20px; } .modal-header h3 { margin: 0; text-align: left; } button.close { -webkit-appearance: none; background: transparent; border: 0; cursor: pointer; } .modal-footer { border-top: 1px solid #f3f3f3; margin-bottom: 0; padding: 15px; text-align: right; } .modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; } .modal-footer .btn-group .btn + .btn { margin-left: -1px; } .modal-footer .btn-block + .btn-block { margin-left: 0; } /* Modal Backdrop */ body:not(.com_gridbox) .modal-backdrop { background-color: #000; bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 1040; } .modal-backdrop.fade { opacity: 0; } body:not(.com_gridbox) .modal-backdrop.in, body:not(.com_gridbox) .modal-backdrop.fade.in { opacity: 0.8; } /* Datepicker */ .datepicker-dropdown.datepicker-orient-top:before { border-top-color: #f3f3f3; } .datepicker-dropdown.dropdown-menu { min-width: 250px; } /* Radio / Checkbox */ .radio, .checkbox { min-height: 18px; padding-left: 20px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { margin-left: -20px; } #modlgn-remember { margin: 0 5px; vertical-align: bottom; } .controls > .radio:first-child, .controls > .checkbox:first-child { padding-top: 5px; } .radio.inline, .checkbox.inline { display: inline-block; margin-bottom: 0; padding-top: 5px; vertical-align: middle; width: auto; } .radio.inline + .radio.inline, .checkbox.inline + .checkbox.inline { margin-left: 10px; } .radio.btn-group input[type=radio] { display: none; } .radio.btn-group > label:first-of-type { border-bottom-left-radius: 4px; border-top-left-radius: 4px; margin-left: 0; } fieldset.radio.btn-group { padding-left: 0; } select, .btn-group input, .filters.btn-toolbar input, .form-search input, .form-search textarea, .form-search select, .form-search .help-inline, .form-search .uneditable-input, .form-search .input-prepend, .form-search .input-append, .form-inline input, .form-inline textarea, .form-inline select, .form-inline .help-inline, .form-inline .uneditable-input, .form-inline .input-prepend, .form-inline .input-append, .form-horizontal input, .form-horizontal textarea, .form-horizontal select, .form-horizontal .help-inline, .form-horizontal .uneditable-input, .form-horizontal .input-prepend, .form-horizontal .input-append { display: inline-block; font-size: inherit; margin-bottom: 0; vertical-align: middle; } .form-inline label { display: inline-block; } .dropdown-menu .form-inline input { width: auto; } /* Control Group */ .control-group { margin-bottom: 9px; } legend + .control-group { margin-top: 18px; -webkit-margin-top-collapse: separate; } .form-horizontal .control-group { margin-bottom: 18px; } .form-horizontal .controls { margin-left: 180px; } .logout .form-horizontal .controls { margin-left: 0; } .controls > .nav { margin-bottom: 20px; } .control-group .control-label { float: left; line-height: 2em; padding-top: 5px; text-align: right; width: 160px; } .form-vertical .control-label { float: none; padding-right: 0; padding-top: 0; text-align: left; width: auto; } body:not(.com_gridbox) .btn-group input, body:not(.com_gridbox) .form-inline input, body:not(.com_gridbox) .form-vertical .controls input { font-size: 18px; } .form-horizontal .help-block { margin-bottom: 0; } .form-horizontal input + .help-block, .form-horizontal select + .help-block, .form-horizontal textarea + .help-block, .form-horizontal .uneditable-input + .help-block, .form-horizontal .input-prepend + .help-block, .form-horizontal .input-append + .help-block { margin-top: 9px; } .form-horizontal .form-actions { padding-left: 180px; } .control-label .hasPopover, .control-label .hasTooltip { display: inline-block; width: auto; } /* Collapse */ .collapse { height: 0; overflow: hidden; position: relative; transition: height .35s ease; } .collapse.in { height: auto; } /* Alert */ .alert { padding: 8px 35px 8px 14px; } .alert, .alert h4 { color: #c09853; } .alert h4 { margin: 0 0 .5em; } .alert .close { cursor: pointer; line-height: 18px; position: relative; right: -21px; top: -2px; } .alert-danger, .alert-error { background-color: #f2dede; border-color: #eed3d7; color: #b94a48; } .alert-danger h4, .alert-error h4 { color: #b94a48; } .alert-success, .alert-info { background-color: #d9edf7; border-color: #bce8f1; color: #3a87ad; } .alert-success h4, .alert-info h4 { color: #3a87ad; } .alert-block { padding-top: 14px; padding-bottom: 14px; } .alert-block > p, .alert-block > ul { margin-bottom: 0; } .alert-block p + p { margin-top: 5px; } .close { color: #000; float: right; font-size: 20px; font-weight: bold; line-height: 18px; opacity: 0.2; } .close:hover, .close:focus { color: #000; cursor: pointer; opacity: 0.4; text-decoration: none; } /* Button */ .com_virtuemart .fg-button, .com_virtuemart .button, .pager li > a, .pager li > span, .btn { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; cursor: pointer; display: inline-block; font-size: 14px ; font-weight: 500; letter-spacing: 0; line-height: 18px; margin-bottom: 0; overflow: hidden; padding: 15px; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; } a.btn[href="#advancedSearch"] .icon-list { display: none; } .button:hover, .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { opacity: .85; } .btn:hover, .btn:focus, .btn:active { color: #363637; background-color: #e6e6e6; border: none; } .btn.active, .btn:active { background-image: none; outline: 0; } .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link[disabled] { background-color: transparent; } .btn-link { border-color: transparent; cursor: pointer; } .btn-block { box-sizing: border-box; display: block; padding-left: 0; padding-right: 0; width: 100%; } .btn-block + .btn-block { margin-top: 5px; } input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled], .btn-primary:hover, .btn-primary { background-color: var(--primary); color: var(--title-inverse); } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] { background-color: var(--accent); color: var(--title-inverse); } .btn-group { display: inline-block; position: relative; vertical-align: middle; white-space: nowrap; } .btn-group + .btn-group { margin-left: 5px; } .btn-toolbar { margin-top: 9px; margin-bottom: 9px; } .btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group { margin-left: 5px; } .btn-group > .btn { border-radius: 3px; position: relative; } .btn-group > .btn + .btn { margin-left: -1px; } .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active { z-index: 2; } .btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; } .btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; } .btn-group.open .dropdown-toggle { background-image: none; } .btn-group.open .btn.dropdown-toggle { background-color: #e6e6e6; } .btn-group.open .btn-primary.dropdown-toggle { background-color: #51d151; } .btn .caret { margin-left: 0; margin-top: 8px; } .btn-primary .caret { border-bottom-color: #fff; border-top-color: #fff; } .btn-group-vertical { display: inline-block; } .btn-group-vertical > .btn { border-radius: 0; display: block; float: none; max-width: 100%; } .btn-group-vertical > .btn + .btn { margin-left: 0; margin-top: -1px; } .btn-group-vertical > .btn:first-child { border-radius: 4px 4px 0 0; } .btn-group-vertical > .btn:last-child { border-radius: 0 0 4px 4px; } .form-search label, .form-inline label, .form-search .btn-group, .form-inline .btn-group { display: inline-block; } .input-prepend > .add-on, .input-append > .add-on { vertical-align: top; } .input-append, .input-prepend { display: inline-block; font-size: 0; margin-bottom: 9px; vertical-align: middle; white-space: nowrap; } .input-append .add-on, .input-prepend .add-on { background-color: #fafafa; box-sizing: border-box; display: inline-block; font-size: 14px ; font-weight: 500; height: 48px; line-height: 24px; min-width: 16px; padding: 10px; text-align: center; } .input-append .add-on, .input-append .btn, .input-append .btn-group > .dropdown-toggle, .input-prepend .add-on, .input-prepend .btn, .input-prepend .btn-group > .dropdown-toggle { border-radius: 0; vertical-align: top; } .input-append .add-on, .input-append .btn, .input-append .btn-group { margin-left: -1px; } .input-prepend .add-on, .input-prepend .btn { margin-right: -1px; } .input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-append input, .input-append select, .input-append .uneditable-input { border-radius: 3px 0 0 3px; } .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child, .input-append input + .btn-group .btn:last-child, .input-append select + .btn-group .btn:last-child, .input-append .uneditable-input + .btn-group .btn:last-child { border-radius: 0 3px 3px 0; } .input-append select { font-size: 18px; } /* Dropdown */ .dropup, .dropdown { position: relative; } .caret { border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #000; content: ""; display: inline-block; height: 0; vertical-align: top; width: 0; } .dropdown .caret { margin-left: 2px; margin-top: 8px; } .dropdown-menu { background-color: #fff; border: 1px solid #f3f3f3; display: none; float: left; left: 0; list-style: none; margin: 0; min-width: 160px; padding: 0; position: absolute; top: 100%; z-index: 1000; } .dropdown-menu .divider { background-color: #e5e5e5; border-bottom: 1px solid #fff; height: 1px; margin: 8px 1px; overflow: hidden; } .dropdown-menu .menuitem-group { background-color: #eee; border-bottom: 1px solid #eee; border-top: 1px solid #eee; color: #555; font-size: 95%; height: 1px; margin: 4px 1px; overflow: hidden; padding: 2px 0 24px; text-transform: capitalize; } .dropdown-menu > li > a { clear: both; color: #333; display: block; font-weight: normal; line-height: 18px; padding: 10px 15px; white-space: nowrap; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a { background-color: #e6e6e6; color: #363637; outline: 0; text-decoration: none; } .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #999; } .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { background-color: transparent; background-image: none; cursor: default; text-decoration: none; } .open > .dropdown-menu { display: block; } .dropdown-backdrop { bottom: 0; left: 0; position: fixed; right: 0; top: 0; z-index: 990; } .dropup .caret, .navbar-fixed-bottom .dropdown .caret { border-bottom: 4px solid #000; border-top: 0; content: ""; } .dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu { bottom: 100%; margin-bottom: 1px; top: auto; } /* Breadcrumb */ .breadcrumb > li { display: inline-block; text-shadow: 0 1px 0 #fff; } .breadcrumb > li .divider.icon-location { display: none !important; } label { display: block; margin-bottom: 5px; } /* Breadcrumbs */ ul.breadcrumb ul li { display: inline-block; } ul.breadcrumb .divider:before { content: '\f2fb'; font: normal normal normal 14px/1 'Material-Design-Iconic-Font'; font-size: inherit; margin: 0 10px; } ul.breadcrumb .divider img { display: none; } /* Table */ table { background-color: transparent; border-collapse: collapse; border-spacing: 0; max-width: 100%; } .table { margin-bottom: 18px; width: 100%; } .table th, .table td { border-top: 1px solid #f3f3f3; line-height: 1em; padding: 10px; text-align: left; vertical-align: middle; } .table-bordered { border-collapse: separate; border: 1px solid #f3f3f3; border-left: 0; } .table-bordered th, .table-bordered td { border-left: 1px solid #f3f3f3; } .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td { border-top: 0; } .table caption + thead tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child th, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child th, .table thead:first-child tr:first-child td { border-top: 0; } .table th { font-weight: bold; padding: 20px 10px; } .table thead th { vertical-align: bottom; } table td[class*="span"], table th[class*="span"], .row-fluid table td[class*="span"], .row-fluid table th[class*="span"] { display: table-cell; float: none; margin-left: 0; } .table td.span1, .table th.span1 { float: none; margin-left: 0; width: 44px; } .table td.span2, .table th.span2 { float: none; margin-left: 0; width: 124px; } .table td.span3, .table th.span3 { float: none; margin-left: 0; width: 204px; } .table td.span4, .table th.span4 { float: none; margin-left: 0; width: 284px; } .table td.span5, .table th.span5 { float: none; margin-left: 0; width: 364px; } .table td.span6, .table th.span6 { float: none; margin-left: 0; width: 444px; } .table td.span7, .table th.span7 { float: none; margin-left: 0; width: 524px; } .table td.span8, .table th.span8 { float: none; margin-left: 0; width: 604px; } .table td.span9, .table th.span9 { float: none; margin-left: 0; width: 684px; } .table td.span10, .table th.span10 { float: none; width: 764px; margin-left: 0; } .table td.span11, .table th.span11 { float: none; margin-left: 0; width: 844px; } .table td.span12, .table th.span12 { float: none; margin-left: 0; width: 924px; } /* Pagination */ .pagination { margin: 18px 0; } .pagination ul { border-radius: 4px; display: inline-block; margin-bottom: 0; margin-left: 0; } .pagination ul > li { display: inline; } .com_virtuemart a.pagenav, .com_virtuemart li.disabled a:hover, div.k2Pagination ul li a, #kunena.layout div.pagination a.disabled, #kunena.layout div.pagination a.disabled:hover, #kunena.layout .pagination ul > li > a, #kunena.layout .pagination ul > li > span, .pagination ul > li > a, .pagination ul > li > span { background-color: #fafafa; border: none ; border-radius: 3px; color: #363637; float: left; line-height: 18px; padding: 10px 15px; text-decoration: none; } #kunena.layout .pagination ul > li:not(:first-child) > a, #kunena.layout .pagination ul > li:not(:first-child) > span, .pagination ul > li:not(:first-child) span, .pagination ul > li:not(:first-child) a { margin-left: 5px; } div.k2Pagination ul li a:hover, .pagination ul > li > a:hover, .pagination ul > li > a:focus { color: #363637; background-color: #e6e6e6; } div.k2Pagination ul li.active a, div.k2Pagination ul li.active a:hover, #kunena.layout .pagination ul > li.active > a, #kunena.layout .pagination ul > li.active > a:hover, .pagination ul > .active > a:hover, .pagination ul > .active > span:hover, .pagination ul > .active > a, .pagination ul > .active > span { background-color: #51d151; color: #fff; cursor: default; } div.k2Pagination ul li.disabled a, div.k2Pagination ul li.disabled a:hover, #kunena.layout div.pagination a.disabled, #kunena.layout div.pagination a.disabled:hover, .pagination ul > .disabled > span, .pagination ul > .disabled > a, .pagination ul > .disabled > a:hover, .pagination ul > .disabled > a:focus { background: #fafafa; cursor: default; } .pagination-centered { text-align: center; } .pagination-right { text-align: right; } .pager { margin: 18px 0; list-style: none; text-align: center; } .pager li { display: inline; } .label:hover, .pager li > a:hover, .pager li > a:focus { background-color: #e6e6e6; color: #363637; text-decoration: none; } .pager .next > a, .pager .next > span { float: right; } .pager .previous > a, .pager .previous > span { float: left; } .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span { color: #363637; cursor: default; opacity: .5; } /* Row Striped */ .list-striped, .row-striped { border-top: 1px solid #f3f3f3; line-height: 18px; list-style: none; margin-left: 0; text-align: left; vertical-align: middle; } .list-striped li, .list-striped dd, .row-striped .row, .row-striped .row-fluid { border-bottom: 1px solid #f3f3f3; padding: 8px; } .row-striped .row-fluid { box-sizing: border-box; width: 100%; } .row-striped .row-fluid [class*="span"] { min-height: 10px; } .row-striped .row-fluid [class*="span"] { margin-left: 8px; } .row-striped .row-fluid [class*="span"]:first-child { margin-left: 0; } /* Accordion */ .accordion { margin-bottom: 18px; } .accordion-group { border: 1px solid #f3f3f3; margin-bottom: 2px; } .accordion-heading { border-bottom: 0; } .accordion-heading .accordion-toggle { display: block; padding: 8px 15px; } .accordion-toggle { cursor: pointer; } .accordion-inner { border-top: 1px solid #e5e5e5; padding: 9px 15px; } /* Progress */ .progress { background-color: #f7f7f7; border-radius: 4px; height: 18px; margin-bottom: 18px; overflow: hidden; } .progress .bar { background-color: #818fa1; box-sizing: border-box; color: #fff; float: left; font-size: 12px; height: 100%; text-align: center; transition: width .6s ease; width: 0; } /* Login Page */ .login + div .nav-tabs li { display: inline-block; margin-top: 25px; } .login + div .nav-tabs { text-align: center; } .body .login + div, .body .remind > form, .body .reset > form, .body .login > form { margin: 0 auto; width: 600px; } .body .remind > form, .body .reset > form, .body .login > form { border: 1px solid var(--border); box-sizing: border-box; padding: 25px 50px; } .chzn-container-multi .chzn-choices, .chzn-container-single .chzn-single { background-image: none; background: transparent !important; border-radius: 0; border: 1px solid #f3f3f3 !important; box-shadow: none; margin: 0; } .chzn-container, .chzn-container-single { font-size: inherit; height: 48px; line-height: 0; } .chzn-select-all { line-height: 18px; } .chzn-container-single .chzn-single span { font-size: 18px; line-height: 40px; } .chzn-container-single .chzn-single div { height: 18px; margin-top: 10px; } .chzn-container.chzn-container-multi ul, .chzn-container.chzn-container-multi { height: auto; } .chzn-container .chzn-drop { border-color: #f3f3f3; border-radius: 0; box-shadow: none; display: block; max-width: none; width: 250px !important; } .chzn-container .chzn-results { margin: 0; padding: 0; } .chzn-select-all, .chzn-container .chzn-results li { padding: 10px 15px; } .chzn-container .chzn-results li.highlighted { background-color: #e6e6e6; background-image: none; color: #363637; } .chzn-container-single .chzn-single { font-size: inherit; line-height: inherit; } .chzn-container-single .chzn-search input[type="text"]{ line-height: inherit; height: initial; width: 100%; } /* ======================================================================== Custom Joomla ========================================================================== */ /* Search Results */ .search-results .result-title { margin: 30px 0 0; text-transform: uppercase; } .search-results .result-text { margin-top: 20px; margin-bottom: 10px; } .search-results .result-created { font-size: .7em; } /* Article */ .article-info-term { margin-bottom: 10px; text-transform: uppercase; } .article-info-term { display: none; } .article-info dd { display: inline-block; margin-right: 10px; font-size: .8em; } .items-more li a { text-transform: uppercase; } .readmore > a > span { display: none !important; } .chzn-container-multi .chzn-choices li.search-choice { background-color: #fafafa; background-image: none; border-radius: 3px; border: none; box-shadow: none; display: inline-block; font-size: 14px; letter-spacing: 0; line-height: 14px; padding: 10px 15px; vertical-align: middle; white-space: nowrap; } /* ======================================================================== Forms ========================================================================== */ .com-baforms .ba-tooltip { margin-left: 0px; position: fixed !important; } /* ======================================================================== Kunena ========================================================================== */ .userItemTitle, .userBlock > *, .tagItemTitle, .itemTitle, .itemCommentsForm > *, .itemRelated > *, .itemAuthorLatest > *, .itemAuthorName, .catItemTitle , #kunena .table td h3, #kunena.layout h1, #kunena.layout h2, #kunena.layout h3, #kunena .btn-link { text-align: left; } .com_kunena input:not(.btn), #kunena.layout .filter, .filter-sel { font: inherit; } #kunena .dropdown-menu > .center > a + p { margin: 0; } #kunena .dropdown-menu > .center > a + p a:hover { opacity: 1; } #kunena #kpost-subscribe .controls, #kunena #kpost-subscribe .controls input[type='checkbox']{ margin-top: .5em; } #kunena .btn-group .btn:not(.dropdown-toggle) { border-top-right-radius: 0; border-bottom-right-radius: 0; } #kunena .btn-group .btn.dropdown-toggle { border-top-left-radius: 0; border-bottom-left-radius: 0; margin-left: -0.3em; } #kunena .btn-group.open .btn:not(.btn-primary), #kunena .btn-group:hover .btn:not(.btn-primary) { background-color: #e6e6e6; color: #363637; opacity: .85; } #kunena .btn-group.open .btn.btn-primary, #kunena .btn-group:hover .btn.btn-primary { opacity: .85; } #kunena.layout .img-circle { background-color: #fff; } #kunena.layout .profilebox li { margin: 10px 0; } #kunena.layout .mykmsg-header { background: #fafafa; border-top: none; border: 1px solid #f3f3f3; text-transform: uppercase; } #kunena.layout [class*="badger-left"] { border: 1px solid #f3f3f3; box-shadow: none; } /* ======================================================================== Hikashop ========================================================================== */ div.icon-wrapper div.icon a span.hkIcon { height: 48px!important; width: auto!important; padding: 10px 0; } .icon-wrapper { font-size: initial!important; height: auto!important; line-height: initial!important; width: auto !important; } .icon-wrapper [class*=" icon-"]{ height: auto!important; margin-right: initial!important; width: auto !important; } /* ======================================================================== K2 ========================================================================== */ .itemSocialSharing > div { margin-top: 0; } .itemSocialSharing { line-height: 0; } .largerFontSize p { font-size: 150%; line-height: 140%; } /* ======================================================================== Virtuemart ========================================================================== */ .com_virtuemart table.user-details input { border-radius: 0; font-size: inherit; } .com_virtuemart #searchMedia, .com_virtuemart .chzn-container-multi .chzn-choices { min-height: 48px; } .com_virtuemart input { font-size: initial; } /* Tab */ .com_virtuemart #ui-tabs ul#tabs { border-bottom: 1px solid #f3f3f3; line-height: 0; overflow:visible; } .com_virtuemart #ui-tabs ul#tabs li { background-color: transparent; border-radius: 4px 4px 0 0; border: 1px solid transparent; color: #555; line-height: 18px; padding: 10px; margin-bottom: -1px; } .com_virtuemart #ui-tabs ul#tabs li.current{ border: 1px solid #f3f3f3; border-bottom-color: transparent; background: #fff; cursor: default; } .com_virtuemart .modal { background-color: transparent; position: static; z-index: 0; } .com_virtuemart .fg-button { height: auto !important; } .com_virtuemart .product-container h1, .com_virtuemart .ask-a-question-view h1, .com_virtuemart .manufacturer-details-view h1, .com_virtuemart .manufacturer-view-default h2, .com_virtuemart .category-view h1, .com_virtuemart .vendor-details-view h3, .com_virtuemart .vendor-details-view h1 { text-align: left; } /* Button */ .com_virtuemart .orderlistcontainer div.activeOrder, .com_virtuemart .general-bg, .com_virtuemart input.custom-attribute, .com_virtuemart input.quantity-input, .com_virtuemart .manufacturer-product-link a, .com_virtuemart a.ask-a-question, .com_virtuemart input.vm-default, .com_virtuemart a.product-details, .com_virtuemart a.details, .com_virtuemart div.details, .com_virtuemart button.default, .com_virtuemart input.highlight-button, .com_virtuemart div.vm-details-button a, .com_virtuemart span.addtocart-button span.addtocart-button, .com_virtuemart span.addtocart-button input.addtocart-button, .com_virtuemart span.addtocart-button input.notify-button { background-color: #fafafa; border-radius: 3px; border: none; box-sizing: border-box; color: #363637; cursor: pointer; display: inline-block; font: 500 14px/18px 'Roboto', sans-serif; letter-spacing: 0; margin-bottom: 0; overflow: hidden; padding: 15px; text-align: center; text-decoration: none; text-transform: uppercase; vertical-align: middle; } .com_virtuemart .general-bg:hover, .com_virtuemart input.custom-attribute:hover, .com_virtuemart input.quantity-input:hover, .com_virtuemart .manufacturer-product-link a:hover, .com_virtuemart a.ask-a-question:hover, .com_virtuemart input.vm-default:hover, .com_virtuemart a.product-details:hover, .com_virtuemart a.details:hover, .com_virtuemart div.details:hover, .com_virtuemart button.default:hover, .com_virtuemart a.details:hover, .com_virtuemart div.details:hover, .com_virtuemart a.product-details:hover { background-color: #e6e6e6; background-image: none; background-position: 0; border: none; color: #363637; opacity: .85; } .com_virtuemart input.highlight-button, .com_virtuemart input.highlight-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button:hover, .com_virtuemart span.addtocart-button input.addtocart-button:hover, .com_virtuemart span.addtocart-button input.notify-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button, .com_virtuemart span.addtocart-button input.addtocart-button, .com_virtuemart span.addtocart-button input.notify-button { background: #51cf51; color: #fff; } .com_virtuemart input.highlight-button:hover, .com_virtuemart span.addtocart-button span.addtocart-button:hover, .com_virtuemart span.addtocart-button input.addtocart-button:hover, .com_virtuemart span.addtocart-button input.notify-button:hover { opacity: .85; } .com_virtuemart .orderlistcontainer { position: relative; } .com_virtuemart .orderlistcontainer div.orderlist { width: 100%; } .com_virtuemart .orderlistcontainer a { color: #363637; } .com_virtuemart .orderlistcontainer div.activeOrder{ background-position: 98% 12px; padding-right: 30px !important; } .com_virtuemart .orderlistcontainer div.orderlist { border-color: #f3f3f3; } /* Message */ .com_virtuemart #system-message { background: #02adea; }body:not(.com_gridbox) .body .main-body, .ba-overlay-section-backdrop.horizontal-top .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-overlay-section-backdrop.horizontal-bottom .ba-overlay-section.ba-container .ba-row-wrapper.ba-container, .ba-container:not(.ba-overlay-section), .intro-post-wrapper > *:not(.intro-post-image-wrapper) {width: 1170px;} @media (min-width: 769px) { .parallax-container { background-image: none !important; background-attachment: scroll !important; } .menu > .deeper.parent .nav-child { padding: 10px 0; max-height: none !important; } .ba-menu-wrapper:not(.vertical-menu) .menu > li.deeper > span i.zmdi-caret-right:before, .ba-menu-wrapper:not(.vertical-menu) .menu > li.deeper > a i.zmdi-caret-right:before { display: block; transform: rotate(90deg); } .vertical-menu .menu > .megamenu-item > span:after, .vertical-menu .menu > .megamenu-item > a:after, .vertical-menu .menu > .deeper.parent > span:after, .vertical-menu .menu > .deeper.parent > a:after { transform: rotate(-90deg); } .ba-lightbox:not(.ba-container) .ba-section { width: calc(100% - 100px) !important; } .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom { width: calc(100% - 103px) !important; } body:not(.show-hidden-elements) .ba-hidden-lg { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-lg:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } .sidebar-menu > .ba-wrapper:not(.ba-sticky-header) > .ba-section > .ba-section-items > .ba-row-wrapper > .row-fluid >.column-wrapper >[class*="span"]{ clear: both; margin-left: 0; width: 100% !important; margin-left: 0 !important; } .sidebar-menu { height: 100vh; position: fixed !important; left: 0; top: 0; width: var(--sidebar-menu-width) !important; } body:not(.show-hidden-elements) .column-wrapper { display: flex; } .ba-row .ba-overlay + .ba-edit-item + .ba-grid-column, .no-gutter-desktop.row-fluid > .column-wrapper > [class*="span"] { margin-left: 0; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span12, .no-gutter-desktop.row-fluid > .column-wrapper > .span12 { width: 100%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span11, .no-gutter-desktop.row-fluid > .column-wrapper > .span11 { width: 91.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span10, .no-gutter-desktop.row-fluid > .column-wrapper> .span10 { width: 83.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span9, .no-gutter-desktop.row-fluid > .column-wrapper > .span9 { width: 75%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span8, .no-gutter-desktop.row-fluid > .column-wrapper > .span8 { width: 66.7%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span7, .no-gutter-desktop.row-fluid > .column-wrapper > .span7 { width: 58.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span6, .no-gutter-desktop.row-fluid > .column-wrapper > .span6 { width: 50%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span5, .no-gutter-desktop.row-fluid > .column-wrapper > .span5 { width: 41.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span4, .no-gutter-desktop.row-fluid > .column-wrapper > .span4 { width: 33.3%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span3, .no-gutter-desktop.row-fluid > .column-wrapper > .span3 { width: 25%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span2, .no-gutter-desktop.row-fluid > .column-wrapper > .span2 { width: 16.6%; } .header .no-gutter-desktop.row-fluid .column-wrapper > .span1, .no-gutter-desktop.row-fluid > .column-wrapper > .span1 { width: 8.3%; } /* /* ba-style.css */ body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop > .ba-lightbox-close { left: -51px; right: 51px; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close { right: 0; left: 0; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: 100%!important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: calc(100% - 51px) !important; } body.com_gridbox.gridbox.lightbox-open, body.com_gridbox.gridbox.search-open { box-sizing: border-box; } body.com_gridbox.gridbox .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: calc(100vw - 117px) !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 51px !important; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 0 !important; } body.com_gridbox.gridbox .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-left .ba-lightbox { margin-left: 50px !important; } body.com_gridbox.gridbox .lightbox-top-right .ba-lightbox , body.com_gridbox.gridbox .lightbox-bottom-right .ba-lightbox { margin-right: 50px !important; } body.com_gridbox.gridbox .ba-lightbox-backdrop .ba-lightbox:not(.ba-container) .ba-section { width: calc(100% - 200px) !important; } body.com_gridbox.gridbox .ba-item-social.ba-social-sidebar { left: calc(100% - 51px) !important; } body.com_gridbox.gridbox.blog-post-editor .ba-item-social.ba-social-sidebar { transform: translateY(-49%) translateX(calc(-100% - 350px)); } body.com_gridbox.gridbox.lightbox-open .ba-item-social.ba-social-sidebar body.com_gridbox.gridbox.search-open .ba-item-social.ba-social-sidebar { left: calc(100% - 62px) !important; opacity: 0; } body.com_gridbox.gridbox .ba-item-blog-content .blog-content-backdrop { background: rgba(0, 0, 0, 0); bottom: 0; display: block; left: 0; position: absolute; right: 0; top: 40px; z-index: 3; } body.com_gridbox.gridbox .fixed-header + .body .ba-item-blog-content .blog-content-backdrop { top: 0; } body.com_gridbox.gridbox .ba-item-in-blog-post { pointer-events: none; } body.com_gridbox.gridbox .ba-item-in-blog-post:before { bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; z-index: 1050; } body.com_gridbox.gridbox .ba-item-in-blog-post:hover > .ba-edit-item { visibility: hidden; opacity: 0; } body.com_gridbox.gridbox .ba-search-result-body.ba-container { margin: 0 50px 0 50px !important; } body.com_gridbox.gridbox .ba-search-result-modal > i { left: calc(100% - 90px) !important; } body.com_gridbox.gridbox header.sidebar-menu { position: absolute !important; top: 0!important; left: 0!important; z-index: 32!important; } .ba-container header.sidebar-menu.fixed-header, body.com_gridbox.gridbox header.sidebar-menu.fixed-header { left: 52px!important; position: fixed !important; top: 0 !important; width: var(--sidebar-menu-width) !important; } body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.span1:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.span2:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.span3:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper, body.com_gridbox.gridbox .sidebar-menu .ba-wrapper:not(.ba-container) .ba-row-wrapper .ba-grid-column-wrapper.span4:last-child .ba-item .ba-edit-item:hover .ba-buttons-wrapper { right: auto !important; left: 5px !important; padding: 5px 10px 5px 50px !important; } body.com_gridbox.gridbox .sidebar-menu ~.footer:before { background: #f5f5f5; bottom: -40px; content: ""; height: 40px; left: calc(var(--sidebar-menu-width)* -1); position: absolute; width: calc(100vw - 120px); z-index: 100; } body.com_gridbox.gridbox .sidebar-menu > .ba-wrapper >.ba-section > .ba-edit-item { left: calc(50% - 25px); right: auto; top: -25px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i, body.com_gridbox.gridbox .instagram-modal i { left: 75px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .instagram-modal i.zmdi-close, body.com_gridbox.gridbox .instagram-modal i + i { right: 25px; left: auto; } body.com_gridbox.gridbox .instagram-modal.ba-image-modal:before { margin: 0 50px; } .gridbox .ba-instagram-modal-wrapper, .gridbox .ba-image-modal.instagram-modal { right: 50px; } .gridbox.blog-post-editor .ba-instagram-modal-wrapper, .gridbox.blog-post-editor .ba-image-modal.instagram-modal { right: 0; } .instagram-modal-description-wrapper { width: 350px !important; } .ba-instagram-modal-wrapper .ba-instagram-modal { display: flex; max-width: calc(100% - 350px); } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .ba-instagram-modal i.zmdi-close { right: 75px!important; } .instagram-modal-image-wrapper { margin-left: -175px; } .instagram-modal-open { overflow: visible !important; width: 100% !important; } .ba-instagram-modal-wrapper { align-items: center; display: flex; overflow-y: visible !important; padding-top: 0 !important; } .instagram-modal-description-wrapper { margin-bottom: 0px!important; max-width: 350px !important; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i.zmdi-close, body.com_gridbox.gridbox .ba-instagram-modal-wrapper > i + i { left: auto; right: 75px; } .gridbox .ba-instagram-modal-wrapper { left: 50px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper .instagram-modal-image-wrapper i{ left: 0; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper .instagram-modal-image-wrapper i + i { left: auto; right: 0!important; } .ba-instagram-modal.animate-instagram-image .instagram-modal-image-wrapper:before { right: -350px!important; } body.com_gridbox.gridbox .header:not(.sidebar-menu) .column-wrapper, body.com_gridbox.gridbox .body .column-wrapper, body.com_gridbox.gridbox .footer .column-wrapper { display: flex; } body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, .lightbox-open .header.header:before { left: auto !important; right: 1px; } body.com_gridbox.gridbox .ba-hamburger-menu.ba-menu-position-left .main-menu.visible-menu { left: 35px!important; } body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, body.com_gridbox.gridbox.lightbox-open .header.header:before { background: #f5f5f5; content: ""; height: 50px !important; position: fixed; left: calc(100% - 66px); top: 0; width: 50px !important; } body.com_gridbox.gridbox .ba-hamburger-menu.ba-menu-position-left .main-menu.visible-menu, body.com_gridbox.gridbox .ba-hamburger-menu .main-menu.visible-menu { margin-right: 54px; } body.com_gridbox.gridbox.lightbox-open .side-navigation-menu { right: 97px; } body.com_gridbox.gridbox .side-navigation-menu .ba-edit-item { right: -25px; } body.com_gridbox.gridbox .side-navigation-menu .ba-box-model { left: auto; right: -25px; width: 50px; } body.com_gridbox.gridbox .side-navigation-menu { right: 80px; } body.com_gridbox.gridbox.blog-post-editor .side-navigation-menu { right: 430px; } body.com_gridbox.gridbox .ba-sticky-header { left: 52px !important; margin: 0 auto; max-width: calc(100% - 103px)!important; right: 51px; } body.com_gridbox.gridbox .sidebar-menu .ba-sticky-header { max-width: calc(100% - var(--sidebar-menu-width) - 100px)!important } .ba-tabs-wrapper.tabs-right .tab-content, .ba-tabs-wrapper.tabs-left .tab-content { flex-grow: 1; max-width: 75%; } /* Blog Post Editor */ body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .lightbox-top-left .ba-lightbox { top: 120px !important; } body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-lightbox-backdrop.lightbox-center { top: 65px; min-height: auto; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { left: 50px; right: 400px; } .gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .gridbox.blog-post-editor:not(.gridbox-apps-editor) .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: calc(100vh - 65px) !important; } body.com_gridbox.gridbox.blog-post-editor.lightbox-open { min-height: 100vh; } body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.ba-cookies.visible-lightbox { left: 52px; } body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox { right: 400px; } .gridbox.ba-lightbox-open.blog-post-editor .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open.blog-post-editor .ba-cookies.notification-bar-bottom { width: calc(100% - 450px) !important; } body.com_gridbox.gridbox .megamenu-item > .tabs-content-wrapper:not(.ba-container) { border-left: 52px solid transparent; border-right: 52px solid transparent; box-sizing: border-box; } body.com_gridbox.gridbox .sidebar-menu .ba-row-wrapper:hover { z-index: 45; } .ba-date-cell.ba-event-date:hover:after { background-color: var(--hover); } .event-calendar-events-list > i{ display: none; } }@media (min-width: 769px) { .main-menu > .ba-item { margin: 0 !important; visibility: hidden !important; height: 0; overflow: hidden; min-height: 0; padding: 0; } }@media (max-width: 768px) { /* /* Menu */ .open-menu i { color: inherit; font-size: 30px; padding: 15px; } .ba-opened-menu .row-with-menu { z-index: auto !important; } .ba-opened-menu .ba-section > .ba-overlay { z-index: 0; } .ba-opened-menu .ba-item-scroll-to-top { z-index: 9 !important; } .row-with-menu .ba-row { position: initial; } .ba-hamburger-menu .nav-child > .deeper:before { display: none; } .ba-hamburger-menu > .open-menu { background: transparent; border: none; display: block; font-size: 30px; } .ba-hamburger-menu > .main-menu >.close-menu { display: block; left: 0; line-height: 18px; margin: 0 47px 0 30px; position: absolute; text-decoration: none; top: 20px; width: calc(100% - 75px); z-index: 1; } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item{ display: block; } .main-menu.visible-menu.menu-sortable-started * { cursor: move!important; } .main-menu.visible-menu.menu-sortable-started .ba-item.sortable-helper { pointer-events: none!important; } .add-new-item { text-align: center; } .add-new-item > span { padding: 10px 10px 25px; display: block; } @-moz-document url-prefix() { .add-new-item > span { padding: 10px 10px 50px; display: block; } } .ba-hamburger-menu .nav-child .deeper:hover .nav-child, .ba-hamburger-menu .nav .deeper.parent .nav-child { position: static !important; margin-left: 0 !important; } .ba-hamburger-menu >.main-menu { height: calc(100% - 60px); overflow-x: hidden; overflow-y: scroll; padding: 75px 30px 30px 30px; position: fixed; right: -500px; top: 0; transition: right .5s ease; width: 300px; z-index: 1500; } @keyframes ba-visible-menu-backdrop { 0% { opacity: 0;} 100% { opacity: .1;} } .ba-visible-menu-backdrop.ba-menu-backdrop { animation: ba-visible-menu-backdrop 0.3s; display: block; opacity: .1; z-index: 20; } @keyframes ba-menu-backdrop-out { 0% { opacity: .1;} 100% { opacity: 0;} } .ba-menu-backdrop.ba-menu-backdrop-out { animation: ba-menu-backdrop-out 0.3s; display: block; opacity: .1; z-index: 20; } .ba-hamburger-menu >.nav .deeper.parent ul.nav-child { background: transparent; box-sizing: border-box; display: block; padding: 0 0 0 20px !important; } .ba-hamburger-menu >.main-menu .nav.menu li { float: none; } .ba-hamburger-menu > .main-menu .nav li.deeper .nav-child, .ba-hamburger-menu .nav-child { display: block; transform: none !important; } .megamenu-item > a:after, .megamenu-item > span:after, .deeper.parent > span:after, .deeper.parent > a:after { padding: 5px; content: ''; margin-left: 0.6em; } .row-with-megamenu .ba-item-main-menu .nav-child { display: block !important; } .row-with-megamenu .ba-item-main-menu .megamenu-item .nav-child { display: none !important; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent:not(.visible-nav-child) > ul.nav-child { padding-top: 0 !important; box-sizing: border-box; padding-bottom: 0 !important; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > ul.nav-child { max-height: 0 ; overflow: hidden; } @keyframes visible-nav-child { 0% { max-height: 0; overflow: hidden;opacity: 0;} 99%{ max-height: 400vh; overflow: visible; opacity: 1;} 100%{ max-height: 400vh; overflow: visible; opacity: 1;} } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > ul.nav-child { animation: visible-nav-child .5s linear both!important; box-sizing: border-box; overflow: visible; } @keyframes hidden-nav-child { to{ max-height: 0vh; overflow: hidden; opacity: 0;} } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.hidden-nav-child > .tabs-content-wrapper, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.hidden-nav-child > ul.nav-child { animation: hidden-nav-child .3s linear both!important; overflow: hidden; } .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > span i.zmdi-caret-right, .ba-menu-wrapper:not(.ba-collapse-submenu) li.deeper > a i.zmdi-caret-right, .ba-hamburger-menu .nav-child > li.deeper > span:before, .ba-hamburger-menu .nav-child > li.deeper > a:before { display: none !important; } .ba-hamburger-menu.ba-collapse-submenu li.deeper > span i:not(.ba-menu-item-icon), .ba-hamburger-menu.ba-collapse-submenu li.deeper > a i:not(.ba-menu-item-icon) { align-items: center; background: rgba(0, 0, 0, .05); box-sizing: border-box; color: inherit; display: flex !important; font-size: 24px; height: 100%; padding: 0 17px; position: absolute; right: 0; top: 0; z-index: 10; } .ba-hamburger-menu.ba-collapse-submenu li.deeper > span, .ba-hamburger-menu.ba-collapse-submenu li.deeper > a { box-sizing: border-box; padding-right: 50px !important; width: 100%; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > span i:before, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent > a i:before { display: inline-block; transition: all .15s linear; } .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > span i:not(.ba-menu-item-icon):before, .ba-hamburger-menu.ba-collapse-submenu .deeper.parent.visible-nav-child > a i:not(.ba-menu-item-icon):before { transform: rotate(90deg); } .ba-hamburger-menu > .main-menu .nav.menu li, .ba-hamburger-menu > .main-menu .nav.menu > li.active, .ba-hamburger-menu > .main-menu .nav.menu > li:hover, .ba-hamburger-menu .nav-child .deeper:hover .nav-child, .ba-hamburger-menu .nav .deeper.parent .nav-child { background: transparent !important; border-radius: 0px!important; border: none !important; box-shadow: none!important; width: 100%!important; margin-right: 0 !important; } .ba-hamburger-menu .nav > .deeper.parent > .nav-child { margin-top: 0; } .ba-opened-menu.lightbox-open .ba-hamburger-menu > .main-menu.visible-menu { right: auto !important; left: 100%; transform: translateX(-100%); } .ba-hamburger-menu > .main-menu .close-menu i { color: inherit; cursor: pointer; font-size: 24px; } .row-with-megamenu .ba-item-main-menu .ba-menu-wrapper:not(.ba-collapse-submenu) .deeper.parent:not(.megamenu-item) .nav-child { display: block !important; } /* Menu Position Left */ .ba-hamburger-menu.ba-menu-position-left >.main-menu { direction: rtl; right: auto; left: -500px; transition: left .5s ease; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-left >.main-menu, .ba-hamburger-menu.ba-menu-position-left >.main-menu.visible-menu { left: -17px !important; right: auto !important; transform: none !important; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-left >.main-menu *, .ba-hamburger-menu.ba-menu-position-left >.main-menu.visible-menu *{ direction: ltr; } .ba-hamburger-menu.ba-menu-position-left .close-menu{ left: auto; right: 0; margin: 0 30px 0 47px; } /* Menu Position Center */ .ba-hamburger-menu.ba-menu-position-center >.main-menu { box-sizing: border-box; left: 100vw; min-height: 100vh; opacity: 0; right: auto; transition: opacity .3s ease, visibility .1s .4s ; visibility: hidden; width: 100vw; } .row-with-megamenu .ba-hamburger-menu.ba-menu-position-center >.main-menu, .ba-hamburger-menu.ba-menu-position-center >.main-menu.visible-menu { left: 0; opacity: 1; visibility: visible; transition: opacity .3s ease; } a, .ba-hamburger-menu > .main-menu >.close-menu, .nav > .deeper.parent > .nav-child li a { -webkit-tap-highlight-color: transparent; } .gridbox .column-with-menu > .ba-grid-column-wrapper { z-index: inherit; } /* Sidebar menu */ .ba-item-one-page-menu.side-navigation-menu { position: static; right: auto; transform: none; width: 100%; } .ba-item-one-page-menu.side-navigation-menu li:not(.active) a { margin: 0; } .side-navigation-menu li a { left: 0 !important; } .ba-item-one-page-menu.side-navigation-menu li a:after, .ba-item-one-page-menu.side-navigation-menu li a:before { display: none; } .ba-item-one-page-menu.side-navigation-menu li a { text-align: inherit !important; } .vertical-menu .megamenu-item > .tabs-content-wrapper.ba-container, .vertical-menu .main-menu .nav.menu > li.deeper.parent>.nav-child { margin-left: 0 !important; } /* /* Megamenu */ .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper { display: block !important; margin: 0 !important; position: static !important; transform: none !important; } .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper .ba-section, .ba-hamburger-menu > .main-menu .megamenu-item >.tabs-content-wrapper { width: 100% !important; box-shadow: none !important; } .ba-hamburger-menu > .main-menu .megamenu-item { display: flex !important; flex-direction: column-reverse; overflow: visible !important; } .ba-hamburger-menu .megamenu-item > .tabs-content-wrapper:not(.ba-container), .ba-hamburger-menu .megamenu-item > .tabs-content-wrapper { border: none !important; padding: 0 !important; } .ba-hamburger-menu .megamenu-item .ba-item .ba-edit-item{ z-index: 50; } /* /* ba-style */ body.com_gridbox.gridbox .ba-opened-menu .ba-add-section { opacity: 0 !important; z-index: 9 !important; } body.com_gridbox.gridbox.ba-opened-menu .ba-section-items { z-index: auto; } body.com_gridbox.gridbox.ba-opened-menu .main-menu.menu-sortable-started > div:not(.sortable-helper) > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu .ba-row .ba-column-resizer, body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) > div > .ba-edit-item { display: none !important; } body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) > .ba-overlay-section div:hover > .ba-edit-item, body.com_gridbox.gridbox.ba-opened-menu div:not(.visible-menu) div.ba-item:hover > .ba-edit-item { display: flex !important; } body.com_gridbox.gridbox.ba-opened-menu.lightbox-open .ba-edit-item { display: block !important; } body.com_gridbox.gridbox.ba-opened-menu .menu div:hover > .ba-edit-item { display: block !important; visibility: visible; opacity: 1; } body.com_gridbox.gridbox.ba-opened-menu:not(.lightbox-open) .active-item:not(.sortable-helper) > div > .ba-overlay { box-shadow: 0px 0px 0px 1px rgba(255,255,255,0)!important; outline-color: transparent!important; transition: none!important; } .ba-opened-menu .body:before, .ba-opened-menu .header:before, .ba-opened-menu .header .page-layout, .ba-opened-menu .body .page-layout, .ba-opened-menu .footer .page-layout, .ba-opened-menu .header .page-layout, .ba-opened-menu .body .page-layout, .ba-opened-menu .footer .page-layout { z-index: 99999; } .gridbox .ba-item-one-page-menu .ba-hamburger-menu ~ .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child, .gridbox .ba-item-main-menu .ba-hamburger-menu ~ .ba-edit-item .ba-buttons-wrapper .ba-edit-wrapper:first-child { display: inline-block !important; } /* Fields Filter */ .open-responsive-filters { background: var(--primary); border-radius: 3px; color: #fff !important; cursor: pointer; display: block; font-weight: bold !important; letter-spacing: 0px !important; line-height: initial !important; order: 100; padding: 15px 40px; text-align: center; margin-bottom: 25px; transition: all .3s; } .open-responsive-filters i { font-size: 24px; margin-right: 10px; } .ba-item-fields-filter .ba-fields-filter-wrapper { height: 0; overflow: var(--responsive-filters-overflow); transition: height .5s; } .ba-fields-filter-wrapper.visible-responsive-filters { height: var(--responsive-filters-height); } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { flex-wrap: inherit; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle { border-radius: 15px; height: 30px; margin-top: -15px; width: 30px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle:before { border-radius: 15px; height: 30px; width: 30px; } .ba-item-fields-filter .ba-field-filter-input-wrapper { margin-top: 25px; } .ba-item-fields-filter .ba-field-filter-range-wrapper .price-range-handle + .price-range-handle { margin-left: -30px; } .visible-horizontal-filters-value .ba-field-filter-value-wrapper { padding: 35px 20px; } .ba-items-filter-wrapper { --responsive-filters-overflow: hidden; } .horizontal-filter-bar .ba-selected-filter-values-wrapper { flex-direction: column; } .ba-items-filter-search-button, .ba-selected-filter-values-footer { box-sizing: border-box; line-height: 24px !important; text-align: center; width: 100%; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar { flex-direction: column; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter { margin-right: 0; margin-bottom: 20px !important; } .ba-item-fields-filter .ba-fields-filter-wrapper.horizontal-filter-bar .ba-field-filter-value-wrapper { left: 50%; transform: translateX(-50%); } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item > span .ba-tooltip { bottom: auto !important; top: -50px; } .gridbox .ba-hamburger-menu > .main-menu > .add-new-item > span .ba-tooltip:before { border-top: 5px solid #2c2c2c; top: auto; bottom: -9px; border-bottom-color: transparent; } } @media (max-width: 1200px) { body.com_gridbox.gridbox.ba-opened-menu .body:before, body.com_gridbox.gridbox.ba-opened-menu .header:before, body.com_gridbox.gridbox.lightbox-open .header.header:before, body.com_gridbox.gridbox .ba-edit-blog-post, body.com_gridbox.gridbox .ba-item-blog-content:hover > .ba-edit-item, body.com_gridbox.gridbox .page-layout { display: none !important; } body.com_gridbox.gridbox:before { border: none; } body.com_gridbox.gridbox .ba-section > .ba-edit-item { right: 0; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop.visible-lightbox > .ba-lightbox-close { left: 0; right: 0; } body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox .ba-lightbox-backdrop.visible-lightbox > .ba-lightbox-close { right: 0px !important; top: 0; } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { right: 50px; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop { padding: 0 !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.visible-section .ba-overlay-section:not(.ba-container)>.ba-section { width: calc(100vw - 15px) !important; } body .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: 100vw !important; } .gridbox.ba-lightbox-open .ba-cookies.notification-bar-top, .gridbox.ba-lightbox-open .ba-cookies.notification-bar-bottom, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-bottom > .ba-overlay-section, body.com_gridbox.gridbox .ba-overlay-section-backdrop.horizontal-top > .ba-overlay-section { width: 100% !important; } body.com_gridbox.gridbox .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox .ba-overlay-section-backdrop > .ba-overlay-section { margin-right: 0 !important; } body.com_gridbox.gridbox .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox .lightbox-bottom-left .ba-lightbox { margin-left: 0 !important; } .gridbox .ba-instagram-modal-wrapper, .gridbox .ba-image-modal.instagram-modal { right: 0px; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i, body.com_gridbox.gridbox .instagram-modal i { left: 0; } body.com_gridbox.gridbox .ba-instagram-modal-wrapper i +i, body.com_gridbox.gridbox .instagram-modal i.zmdi-close, body.com_gridbox.gridbox .instagram-modal i + i{ left: auto; right: 0; } body.com_gridbox.gridbox .ba-item-scroll-to-top { margin: 0; } body.com_gridbox.gridbox .sidebar-menu .ba-sticky-header, body.com_gridbox.gridbox .ba-sticky-header { left: 0px !important; max-width: 100% !important; right: 0px; } .gridbox .ba-instagram-modal-wrapper { left: 0px; } body.com_gridbox.gridbox .ba-item-social.ba-social-sidebar { left: 100% !important; } body.com_gridbox.gridbox.blog-post-editor .side-navigation-menu{ right: 30px; } body.com_gridbox.gridbox.blog-post-editor .ba-item-social.ba-social-sidebar { transform: translateY(-49%) translateX(-100%); } body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop > .ba-overlay-section-close, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop > .ba-lightbox-close, body.com_gridbox.gridbox.blog-post-editor .ba-overlay-section-backdrop, body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.lightbox-center { top: 0; left: 0; right: 0 !important; } .gridbox.blog-post-editor .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .gridbox.blog-post-editor .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { min-height: 100vh!important; } body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox { right: 50px; } body.com_gridbox.gridbox.blog-post-editor .lightbox-top-left .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-bottom-left .ba-lightbox { left: 50px } body.com_gridbox.gridbox.blog-post-editor .lightbox-top-right .ba-lightbox, body.com_gridbox.gridbox.blog-post-editor .lightbox-top-left .ba-lightbox { top: 50px !important; } body.com_gridbox.gridbox.blog-post-editor .ba-lightbox-backdrop.ba-cookies.visible-lightbox { left: 0; width: 100% !important; } .ba-container header.sidebar-menu.fixed-header, body.com_gridbox.gridbox header.sidebar-menu.fixed-header { left: 0!important; } .com_gridbox.gridbox.ba-system-editing .sidebar-menu + .body .ba-item-preloader { margin-left: calc(0px - var(--sidebar-menu-width)); width: calc(100% + var(--sidebar-menu-width)) !important; }} @media (max-width: 768px) { .ba-edit-blog-post, .ba-item-blog-content:hover > .ba-edit-item, .page-layout { display: none; } .ba-item-image .ba-image-wrapper img { width: 100% ; } /* Plugin Tabs */ .ba-tabs-wrapper li, .ba-tabs-wrapper .nav-tabs { display: block !important; float: none!important; width: 100% !important; } .ba-tabs-wrapper .nav-tabs li a { border-bottom: none !important; } .ba-tabs-wrapper .nav-tabs li a:before, .ba-tabs-wrapper .nav-tabs li a:before { bottom: 0; height: 100% !important; left: -1px; top: 0 !important; transition: width .3s !important; width: 0 !important; } .ba-tabs-wrapper li.active a:before, .ba-tabs-wrapper li.active a:before { width: 4px !important; } .ba-tabs-wrapper.tabs-left, .ba-tabs-wrapper.tabs-right { display: block; } .ba-tabs-wrapper.tabs-right li a:before { left: -1px; right: auto; } .ba-tabs-wrapper.tabs-right .nav-tabs, .ba-tabs-wrapper.tabs-left .nav-tabs { max-width: none; } /* Sidebar Menu */ .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { width: 100% !important; } .header.sidebar-menu .ba-section.row-fluid { min-height: auto !important; } .ba-item.sortable-placeholder, .sortable-placeholder { margin: 0 auto !important; } .sidebar-menu .ba-wrapper.ba-sticky-header, .sidebar-menu + .body ~ .footer, .sidebar-menu + .body { margin: 0 !important; } /* Plugin Slideshow */ .ba-item-slideshow .ba-slideshow-caption { padding: 20px; } .ba-slideshow-dots.enabled-dots, .ba-slideshow-dots.thumbnails-dots { display: none; } /* Plugin Lightbox */ .ba-overlay-section-backdrop .ba-section, .ba-lightbox .ba-section, .ba-lightbox { box-sizing: border-box; max-width: 100%; } .ba-overlay-section-backdrop.lightbox .ba-overlay-section, .ba-overlay-section-backdrop.vertical-left > .ba-overlay-section >.ba-section, .ba-overlay-section-backdrop.vertical-right > .ba-overlay-section > .ba-section { max-width: 100vw; } .ba-lightbox-backdrop:not(.lightbox-center):not(.ba-cookies) .ba-lightbox { margin: 0 20px; max-width: calc(100% - 40px); } .ba-overlay-section-backdrop, .ba-lightbox-backdrop { right: 0 !important; } .lightbox-bottom-right .ba-lightbox, .lightbox-top-right .ba-lightbox { right: 0; } .lightbox-top-left .ba-lightbox, .lightbox-bottom-left .ba-lightbox { left: 0; } .ba-search-result-body { padding-left: 25px; padding-right: 25px; } .parallax-wrapper { display: none; } .ba-slideshow-img video, .ba-slideshow-img iframe { display: none !important; } .com_gridbox:not(.gridbox) .body { overflow-x: hidden; } .com_gridbox input { -webkit-appearance: none !important; } .body .login + div, .body .remind > form, .body .reset > form, .body .login > form { margin: 0 auto!important; width: calc(100% - 50px) !important; } .control-group .control-label { width: 30%!important; } .form-horizontal .controls { margin-left: 35% !important; } .body .login #password, .body .login #username { width: 100%!important; } .column-wrapper { display: flex; flex-wrap: wrap; flex-direction: row; } .ba-grid-column-wrapper { flex-grow: 0; } .body [class*="span"], .footer [class*="span"], [class*="span"] { margin-left: 0; width: 100%; } .header .span12, .header [class*="span"].ba-tb-la-12, .body .ba-tb-la-12, .footer .ba-tb-la-12, .ba-tb-la-12 { width: 100%; } .header .span11, .header [class*="span"].ba-tb-la-11, .body .ba-tb-la-11, .footer .ba-tb-la-11, .ba-tb-la-11 { width: 91.66666667%; } .header .span10, .header [class*="span"].ba-tb-la-10, .body .ba-tb-la-10, .footer .ba-tb-la-10, .ba-tb-la-10 { width: 83.33333333%; } .header .span9, .header [class*="span"].ba-tb-la-9, .body .ba-tb-la-9, .footer .ba-tb-la-9, .ba-tb-la-9 { width: 75%; } .header .span8, .header [class*="span"].ba-tb-la-8, .body .ba-tb-la-8, .footer .ba-tb-la-8, .ba-tb-la-8 { width: 66.66666667%; } .header .span7, .header [class*="span"].ba-tb-la-7, .body .ba-tb-la-7, .footer .ba-tb-la-7, .ba-tb-la-7 { width: 58.33333333%; } .header .span6, .header [class*="span"].ba-tb-la-6, .body .ba-tb-la-6, .footer .ba-tb-la-6, .ba-tb-la-6 { width: 50%; } .header .span5, .header [class*="span"].ba-tb-la-5, .body .ba-tb-la-5, .footer .ba-tb-la-5, .ba-tb-la-5 { width: 41.66666667%; } .header .span4, .header [class*="span"].ba-tb-la-4, .body .ba-tb-la-4, .footer .ba-tb-la-4, .ba-tb-la-4 { width: 33.33333333%; } .header .span3, .header [class*="span"].ba-tb-la-3, .body .ba-tb-la-3, .footer .ba-tb-la-3, .ba-tb-la-3 { width: 25%; } .header .span2, .header [class*="span"].ba-tb-la-2, .body .ba-tb-la-2, .footer .ba-tb-la-2, .ba-tb-la-2 { width: 16.66666667%; } .header .span1, .header [class*="span"].ba-tb-la-1, .body .ba-tb-la-1, .footer .ba-tb-la-1, .ba-tb-la-1 { width: 8.33333333%; } body:not(.com_gridbox) .body { padding: 0 25px; } /* /* ba-style.css */ body.com_gridbox.gridbox > * .ba-row .ba-column-resizer { display: none; } body.com_gridbox.gridbox .ba-grid-column { transition: none !important; } body.com_gridbox.gridbox .header:hover + .body .ba-add-section { z-index: 100; } body.com_gridbox.gridbox .active-item { z-index: 5; } body.com_gridbox.gridbox .column-with-menu .ba-grid-column-wrapper, body.com_gridbox.gridbox .row-with-menu .active-item { z-index: initial; } body.com_gridbox.gridbox .ba-add-section { transition: opacity .3s ease-in-out; } body.com_gridbox.gridbox:not(.blog-editor) .ba-overlay-section-backdrop { padding: 0 !important; } body.com_gridbox.gridbox .ba-overlay-section-backdrop.visible-section .ba-overlay-section:not(.ba-container)>.ba-section { width: calc(100vw - 15px) !important; } body .ba-overlay-section-backdrop .ba-overlay-section:not(.ba-container) > .ba-section { width: 100vw !important; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } /* Preloader */ .preloader-animation-out .preloader-wrapper { animation: pt-fade-out .5s .3s linear both !important; } .preloader-wrapper.ba-pt-split-diamond:after, .preloader-wrapper.ba-pt-split-diamond:before { animation: none!important; bottom: 0 !important; left: 0 !important; right: 0 !important; top: 0 !important; } /* Calendar */ @keyframes calendar-tablet { from {opacity: 0;} to {opacity: 1;} } .event-calendar-events-list { animation: calendar-tablet .3s cubic-bezier(0.4, 0, 0.2, 1) both !important; left: calc(50% - 186px) !important; max-height: 90vh; max-width: 90%; overflow-y: auto; position: fixed !important; top: calc(50% - (var(--event-calendar-list-height)/2) )!important; } .event-calendar-events-list .event-calendar-row-wrapper { box-sizing: border-box; max-height: 90vh; } .event-calendar-events-list:after { display: none; } .comment-reply-form-wrapper, .ba-comment-reply-wrapper { margin-left: 0; } .ba-tabs-wrapper .ba-item-text li { display: list-item !important; } @keyframes notification-responsive { from {bottom: 0; transform: translateY(100%) translateX(50%); opacity: 0;} } #ba-notification.notification-in { animation: notification-responsive .4s cubic-bezier(.25,.98,.26,.99) both; } #ba-notification { right: 50%; transform: translateX(50%); } @keyframes notification-responsive-out { to { bottom: 0; transform: translateY(130%) translateX(50%); opacity: 0;} } body #ba-notification.animation-out { animation: notification-responsive-out .4s cubic-bezier(.25,.98,.26,.99) both; } .sidebar-menu .ba-section > .ba-edit-item .ba-buttons-wrapper { left: auto; padding: 5px 50px 5px 10px; right: 5px; } .com_gridbox.gridbox.ba-system-editing .sidebar-menu + .body .ba-item-preloader { margin-left: 0; width: 100% !important; }} @media (max-width: 768px) { /* /* Blog */ .ba-item-categories .ba-classic-layout .ba-blog-post, .ba-item-blog-posts .ba-classic-layout .ba-blog-post, .ba-item-search-result .ba-classic-layout .ba-blog-post, .ba-item-post-navigation .ba-classic-layout .ba-blog-post, .ba-item-related-posts .ba-classic-layout .ba-blog-post, .ba-item-recent-posts .ba-classic-layout .ba-blog-post { flex-direction: column !important; } .ba-item-categories .ba-blog-post .ba-blog-post-image { margin: 0 auto; } .ba-item-categories .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-blog-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-search-result .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-post-navigation .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-related-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content, .ba-item-recent-posts .ba-classic-layout .ba-blog-post .ba-blog-post-content { width: 100%; } .ba-item-categories .ba-classic-layout .ba-blog-post-content { padding-left: 0; } .header .ba-tb-pt-12, .header [class*="span"].ba-tb-pt-12, .body .ba-tb-pt-12, .footer .ba-tb-pt-12, .ba-tb-pt-12 { width: 100%; } .header .ba-tb-pt-11, .header [class*="span"].ba-tb-pt-11, .body .ba-tb-pt-11, .footer .ba-tb-pt-11, .ba-tb-pt-11 { width: 91.66666667%; } .header .ba-tb-pt-10, .header [class*="span"].ba-tb-pt-10, .body .ba-tb-pt-10, .footer .ba-tb-pt-10, .ba-tb-pt-10 { width: 83.33333333%; } .header .ba-tb-pt-9, .header [class*="span"].ba-tb-pt-9, .body .ba-tb-pt-9, .footer .ba-tb-pt-9, .ba-tb-pt-9 { width: 75%; } .header .ba-tb-pt-8, .header [class*="span"].ba-tb-pt-8, .body .ba-tb-pt-8, .footer .ba-tb-pt-8, .ba-tb-pt-8 { width: 66.66666667%; } .header .ba-tb-pt-7, .header [class*="span"].ba-tb-pt-7, .body .ba-tb-pt-7, .footer .ba-tb-pt-7, .ba-tb-pt-7 { width: 58.33333333%; } .header .ba-tb-pt-6, .header [class*="span"].ba-tb-pt-6, .body .ba-tb-pt-6, .footer .ba-tb-pt-6, .ba-tb-pt-6 { width: 50%; } .header .ba-tb-pt-5, .header [class*="span"].ba-tb-pt-5, .body .ba-tb-pt-5, .footer .ba-tb-pt-5, .ba-tb-pt-5 { width: 41.66666667%; } .header .ba-tb-pt-4, .header [class*="span"].ba-tb-pt-4, .body .ba-tb-pt-4, .footer .ba-tb-pt-4, .ba-tb-pt-4 { width: 33.33333333%; } .header .ba-tb-pt-3, .header [class*="span"].ba-tb-pt-3, .body .ba-tb-pt-3, .footer .ba-tb-pt-3, .ba-tb-pt-3 { width: 25%; } .header .ba-tb-pt-2, .header [class*="span"].ba-tb-pt-2, .body .ba-tb-pt-2, .footer .ba-tb-pt-2, .ba-tb-pt-2 { width: 16.66666667%; } .header .ba-tb-pt-1, .header [class*="span"].ba-tb-pt-1, .body .ba-tb-pt-1, .footer .ba-tb-pt-1, .ba-tb-pt-1 { width: 8.33333333%; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } } @media (min-width: 481px) and (max-width: 768px){ 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: 480px) { body:not(.show-hidden-elements) .ba-hidden-sm { display: none !important; } body:not(.show-hidden-elements) .ba-hidden-sm:first-child + .ba-column-resizer + .ba-grid-column-wrapper { margin-left: 0 !important; } body { word-break: break-word; } .ba-item-post-navigation .ba-blog-post { margin: 0 !important; width: 100%; } .ba-item-post-navigation .ba-blog-posts-wrapper { display: block; } .ba-item-post-navigation .ba-blog-posts-wrapper > i { display: none; } body .ba-item-post-navigation .ba-blog-posts-wrapper .ba-blog-post-image { margin-right: 0 !important; margin-left: 0 !important; } .control-group .control-label { width: 100%!important; } .form-horizontal .controls { margin-left: 0 !important; } .remind .control-group .control-label, .reset .control-group .control-label, .login .control-group .control-label { text-align: center; } .header .ba-sm-la-12, .header [class*="span"].ba-sm-la-12, .ba-sm-la-12, .body .ba-sm-la-12, .footer .ba-sm-la-12 { width: 100%; } .header .ba-sm-la-11, .header [class*="span"].ba-sm-la-11, .ba-sm-la-11, .body .ba-sm-la-11, .footer .ba-sm-la-11 { width: 91.66666667%; } .header .ba-sm-la-10, .header [class*="span"].ba-sm-la-10, .ba-sm-la-10, .body .ba-sm-la-10, .footer .ba-sm-la-10 { width: 83.33333333%; } .header .ba-sm-la-9, .header [class*="span"].ba-sm-la-9, .ba-sm-la-9, .body .ba-sm-la-9, .footer .ba-sm-la-9 { width: 75%; } .header .ba-sm-la-8, .header [class*="span"].ba-sm-la-8, .ba-sm-la-8, .body .ba-sm-la-8, .footer .ba-sm-la-8 { width: 66.66666667%; } .header .ba-sm-la-7, .header [class*="span"].ba-sm-la-7, .ba-sm-la-7, .body .ba-sm-la-7, .footer .ba-sm-la-7 { width: 58.33333333%; } .header .ba-sm-la-6, .header [class*="span"].ba-sm-la-6, .ba-sm-la-6, .body .ba-sm-la-6, .footer .ba-sm-la-6 { width: 50%; } .header .ba-sm-la-5, .header [class*="span"].ba-sm-la-5, .ba-sm-la-5, .body .ba-sm-la-5, .footer .ba-sm-la-5 { width: 41.66666667%; } .header .ba-sm-la-4, .header [class*="span"].ba-sm-la-4, .ba-sm-la-4, .body .ba-sm-la-4, .footer .ba-sm-la-4 { width: 33.33333333%; } .header .ba-sm-la-3, .header [class*="span"].ba-sm-la-3, .ba-sm-la-3, .body .ba-sm-la-3, .footer .ba-sm-la-3 { width: 25%; } .header .ba-sm-la-2, .header [class*="span"].ba-sm-la-2, .ba-sm-la-2, .body .ba-sm-la-2, .footer .ba-sm-la-2 { width: 16.66666667%; } .header .ba-sm-la-1, .header [class*="span"].ba-sm-la-1, .ba-sm-la-1, .body .ba-sm-la-1, .footer .ba-sm-la-1 { width: 8.33333333%; } .ba-video-background video, .ba-video-background iframe { height: calc(100vw * .5625); left: calc(0px - ((100vw - 100%)/2)); position: absolute; top: calc(50% - ((100vw * .5625)/2)); width: 100vw; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } .ba-guest-login-wrapper, .ba-user-login-wrapper, .ba-social-login-wrapper { justify-content: center; width: 100%; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel, .ba-submit-comment { margin-top: 15px; } .ba-user-login-btn, .ba-submit-comment { box-sizing: border-box; text-align: center; } .ba-submit-comment, .ba-comments-icons-wrapper { text-align: center; width: 100%; } .user-comment-wrapper { display: inline-block; } .comment-user-info { position: relative; min-height: 50px; width: calc(100% - 75px); margin-left: 75px; } .comment-user-info-wrapper { float: left; } .comment-reply-name { flex-grow: 0; } .comment-logout-action { float: right; } .comment-logout-action { line-height: 50px !important; } .ba-item-reviews .user-comment-wrapper .ba-review-stars-wrapper, .comment-not-approved-label, .comment-moderator-label, .comment-reply-action, .comment-attachments-wrapper, .comment-attachments-image-wrapper { margin-left: 0; } .user-comment-wrapper span.comment-user-name { margin-right: 5px; } @keyframes smiles-picker-in-mobile { from { opacity: 0;} to { opacity: 1;} } .ba-comment-smiles-picker-dialog { animation: smiles-picker-in-mobile .3s cubic-bezier(0.4,0,0.2,1) both!important; left: 50% !important; max-width: 90%; position: fixed; top: calc(50vh - 90px) !important; transform: scale(1)translateX(-50%); } .ba-comment-smiles-picker-dialog:before { display: none; } .comment-likes-action-wrapper { display: inline-block; text-align: center; white-space: nowrap; width: 100%; } .comment-share-action, .comment-reply-action { float: none; } .comment-likes-wrapper { text-align: center; } .comment-action-wrapper > span { margin: 25px 12px 0 !important; } .user-comment-wrapper span.comment-user-name, .comment-attachments-wrapper, .comment-user-message-wrapper, .comment-likes-action-wrapper > span:first-child { margin-left: 0 !important; } .ba-comments-captcha-wrapper, .ba-comments-captcha-wrapper.inline-style { width: 100%; } .ba-comments-captcha-wrapper > .comments-recaptcha { justify-content: center; margin-top: 25px; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .ba-comments-login-wrapper { display: block; } .ba-reviews-total-rating-wrapper { width: 100%; } .ba-item-reviews .ba-comments-total-count { padding-left: 0; } .ba-item-reviews .ba-comments-total-count-wrapper { flex-wrap: wrap; } .comments-moderators-context-menu.ba-context-menu { animation: smiles-picker-in-mobile .3s cubic-bezier(0.4,0,0.2,1) both!important; left: 50% !important; margin: 0; max-height: initial; position: fixed; top: 50% !important; transform: translate(-50%, -50%); } .ba-comments-login-wrapper { overflow: hidden; } } @media (max-width: 480px) { .header .ba-sm-pt-12, .header [class*="span"].ba-sm-pt-12, .body .ba-sm-pt-12, .footer .ba-sm-pt-12, .ba-sm-pt-12 { width: 100%; } .header .ba-sm-pt-11, .header [class*="span"].ba-sm-pt-11, .body .ba-sm-pt-11, .footer .ba-sm-pt-11, .ba-sm-pt-11 { width: 91.66666667%; } .header .ba-sm-pt-10, .header [class*="span"].ba-sm-pt-10, .body .ba-sm-pt-10, .footer .ba-sm-pt-10, .ba-sm-pt-10 { width: 83.33333333%; } .header .ba-sm-pt-9, .header [class*="span"].ba-sm-pt-9, .body .ba-sm-pt-9, .footer .ba-sm-pt-9, .ba-sm-pt-9 { width: 75%; } .header .ba-sm-pt-8, .header [class*="span"].ba-sm-pt-8, .body .ba-sm-pt-8, .footer .ba-sm-pt-8, .ba-sm-pt-8 { width: 66.66666667%; } .header .ba-sm-pt-7, .header [class*="span"].ba-sm-pt-7, .body .ba-sm-pt-7, .footer .ba-sm-pt-7, .ba-sm-pt-7 { width: 58.33333333%; } .header .ba-sm-pt-6, .header [class*="span"].ba-sm-pt-6, .body .ba-sm-pt-6, .footer .ba-sm-pt-6, .ba-sm-pt-6 { width: 50%; } .header .ba-sm-pt-5, .header [class*="span"].ba-sm-pt-5, .body .ba-sm-pt-5, .footer .ba-sm-pt-5, .ba-sm-pt-5 { width: 41.66666667%; } .header .ba-sm-pt-4, .header [class*="span"].ba-sm-pt-4, .body .ba-sm-pt-4, .footer .ba-sm-pt-4, .ba-sm-pt-4 { width: 33.33333333%; } .header .ba-sm-pt-3, .header [class*="span"].ba-sm-pt-3, .body .ba-sm-pt-3, .footer .ba-sm-pt-3, .ba-sm-pt-3 { width: 25%; } .header .ba-sm-pt-2, .header [class*="span"].ba-sm-pt-2, .body .ba-sm-pt-2, .footer .ba-sm-pt-2, .ba-sm-pt-2 { width: 16.66666667%; } .header .ba-sm-pt-1, .header [class*="span"].ba-sm-pt-1, .body .ba-sm-pt-1, .footer .ba-sm-pt-1, .ba-sm-pt-1 { width: 8.33333333%; } .ba-video-background video, .ba-video-background iframe { left: 0; min-height: 100% !important; top: 0; transform: translateX(-50%)translateX(50vw); width: calc(200vh/.5624); } .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span { display: none; } .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span.active, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:nth-last-child(2), .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:last-child, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:first-child, .ba-blog-posts-pagination-wrapper .ba-blog-posts-pagination span:nth-child(2){ display: inline; } .comment-user-name, .comment-user-date { justify-content: center; text-align: center; width: 100%; } .comment-user-info { display: inline-flex; flex-direction: row; flex-wrap: wrap; justify-content: center; min-height: 60px; position: relative; } .user-comment-wrapper span.comment-user-name { margin-right: 0; } .comment-moderator-user-settings { position: absolute; right: 0; top: -62px; } .comment-user-info-wrapper { float: none; justify-content: center; } .comment-user-info { margin-left: 0px; width: 100%; } .comment-report-user-comment, .comment-reply-name, .user-comment-container-wrapper .ba-review-stars-wrapper, .comment-moderator-label, .ba-comments-total-count + select, .ba-comments-total-count, .ba-review-rate-wrapper, .comment-logout-action, .comment-user-date, .comment-user-name { margin-top: 15px; } .comment-user-name, .comment-report-user-comment, .user-comment-wrapper span.comment-user-name { margin-left: 0 !important; } .ba-comments-login-wrapper + .ba-review-rate-wrapper, .comment-likes-wrapper { text-align: center; } .comment-logout-action { float: none; line-height: inherit !important; } .ba-comments-login-wrapper { flex-direction: column; margin-bottom: 0; text-align: center; } .ba-item-comments-box .ba-comments-login-wrapper { margin-bottom: 25px; } span.comment-user-name { flex-grow: 0; } .ba-item-reviews .ba-comments-total-count-wrapper, .user-comment-wrapper.user-comment-edit-enable .ba-submit-comment-wrapper { float: none; flex-direction: column; } .user-comment-wrapper.user-comment-edit-enable .ba-submit-cancel { margin-right: 0; } .ba-item-reviews .ba-comments-total-count { padding-left: 0; } .ba-reviews-total-rating-wrapper { flex-direction: column; text-align: center; white-space: normal; } .ba-reviews-total-rating-wrapper .ba-review-stars-wrapper { margin-left: 0; } .comment-likes-wrapper > span.comment-likes-action-wrapper { white-space: normal; } .was-review-helpful.comment-user-date { margin-bottom: 15px; margin-top: 0 !important; } .comment-likes-action[data-action="likes"] { margin-left: 0; } .event-calendar-events-list { left: 5% !important; width: 90%; } }html {--primary: rgba(183, 45, 32, 1);--secondary: rgba(80, 39, 27, 1);--accent: rgba(205, 81, 23, 1);--title: #1b1b1d;--subtitle: rgba(29, 29, 31, 0.4);--text: #1b1b1d;--icon: #1b1b1d;--title-inverse: #ffffff;--text-inverse: rgba(255, 255, 255, 0.4);--bg-primary: #ffffff;--bg-secondary: #f5f8f8;--bg-dark: #1e293d;--bg-dark-accent: #20364c;--border: #eeeeee;--shadow: rgba(0, 0, 0, 0.15);--overlay: rgba(0, 0, 0, 0.5);--hover: #2f3439;--color-1: rgba(250, 242, 227, 1);--color-2: rgba(104, 179, 165, 1);--color-3: rgba(162, 213, 198, 1);--color-4: rgba(46, 62, 80, 1);--color-5: rgba(245, 162, 93, 1);--color-6: rgba(227, 158, 126, 1);--color-7: #34dca2;--color-8: rgba(52, 26, 19, 1);}#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#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:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}#item-1494846679 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#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:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}}@media (max-width: 768px) {#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 25px;padding-right : 25px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#item-1494846679 > .ba-box-model .ba-bm-left {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-right {width: 25px; height: 25px;}#item-1494846679 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body footer, footer ul, footer ol, footer table, footer blockquote {color:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}}@media (max-width: 768px) {#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#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:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}}@media (max-width: 480px) {#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#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:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}}@media (max-width: 480px) {#item-1494846679 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 15px;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: var(--primary);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: var(--primary);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(59, 59, 59, 1);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#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: 15px; height: 15px;}#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:var(--text);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:var(--text);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 h1 {color:var(--title);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:var(--title);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:var(--title);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:var(--text);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:var(--title);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:var(--subtitle);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 : var(--secondary);}body footer a:hover {color : var(--hover);}}#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15204640860 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15204640860 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640860.visible {opacity: 1;}#item-15204640860 > .parallax-wrapper .parallax {background-image: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15204640860 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15204640860 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640860 > .ba-video-background {display: none;}#item-15204640860 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640860 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640860 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640860 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640860 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263994060 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994060 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 15px;margin-top : 15px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994060.visible {opacity: 1;}#item-15263994060 > .parallax-wrapper .parallax {background-image: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994060 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994060 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994060 > .ba-video-background {display: none;}#item-15263994060 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994060 > .ba-box-model:before {height: 15px;top: 0;}#item-15263994060 > .ba-box-model:after {height: 15px;bottom: 0;}#item-15263994060 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994060 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263940040 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-color: var(--bg-primary);background-image: none;box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263940040 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940040.visible {opacity: 1;}#item-15263940040 > .parallax-wrapper .parallax {background-image: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940040 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940040 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940040 > .ba-video-background {display: none;}#item-15263940040 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940040 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940040 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940040 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940040 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17714249480 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17714249480 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249480.visible {opacity: 1;}#item-17714249480 > .parallax-wrapper .parallax {background-image: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249480 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249480 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249480 > .ba-video-background {display: none;}#item-17714249480 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249480 > .ba-box-model:before {height: 25px;top: 0;}#item-17714249480 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17714249480 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249480 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15204640861 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15204640861 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15204640861.visible {opacity: 1;}#item-15204640861 > .parallax-wrapper .parallax {background-image: none;}#item-15204640861 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15204640861 > .ba-video-background {display: none;}#item-15204640861 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15204640861 > .ba-box-model:before {height: 0px;top: 0;}#item-15204640861 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15204640861 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15204640861 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263994061 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994061 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994061.visible {opacity: 1;}#item-15263994061 > .parallax-wrapper .parallax {background-image: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994061 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994061 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994061 > .ba-video-background {display: none;}#item-15263994061 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994061 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994061 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994061 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994061 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263994062 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994062 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994062.visible {opacity: 1;}#item-15263994062 > .parallax-wrapper .parallax {background-image: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994062 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994062 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994062 > .ba-video-background {display: none;}#item-15263994062 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994062 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994062 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994062 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994062 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263994063 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263994063 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263994063.visible {opacity: 1;}#item-15263994063 > .parallax-wrapper .parallax {background-image: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263994063 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263994063 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263994063 > .ba-video-background {display: none;}#item-15263994063 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263994063 > .ba-box-model:before {height: 0px;top: 0;}#item-15263994063 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263994063 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263994063 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15264002194 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15264002194 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15264002194.visible {opacity: 1;}#item-15264002194 > .parallax-wrapper .parallax {background-image: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15264002194 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15264002194 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15264002194 > .ba-video-background {display: none;}#item-15264002194 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15264002194 > .ba-box-model:before {height: 0px;top: 0;}#item-15264002194 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15264002194 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15264002194 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263940041 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263940041 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263940041.visible {opacity: 1;}#item-15263940041 > .parallax-wrapper .parallax {background-image: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263940041 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263940041 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263940041 > .ba-video-background {display: none;}#item-15263940041 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263940041 > .ba-box-model:before {height: 0px;top: 0;}#item-15263940041 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263940041 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263940041 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17714249481 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17714249481 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17714249481.visible {opacity: 1;}#item-17714249481 > .parallax-wrapper .parallax {background-image: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17714249481 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17714249481 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17714249481 > .ba-video-background {display: none;}#item-17714249481 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17714249481 > .ba-box-model:before {height: 0px;top: 0;}#item-17714249481 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17714249481 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17714249481 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: right;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263999972620 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263999972620 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263999972620 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: right;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: center;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: center;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: center;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999972620 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999972620 .ba-button-wrapper {text-align: center;}#item-15263999972620 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999972620 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999972620 .ba-button-wrapper a i {font-size : 24px;}#item-15263999972620 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999972620 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999972620 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999972620 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999972620 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: right;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263996450 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263996450 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263996450 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: right;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: center;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: center;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: center;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263996450 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263996450 .ba-button-wrapper {text-align: center;}#item-15263996450 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263996450 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263996450 .ba-button-wrapper a i {font-size : 24px;}#item-15263996450 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263996450 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263996450 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263996450 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263996450 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: right;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263998478460 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263998478460 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263998478460 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: right;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: center;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: center;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: center;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263998478460 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998478460 .ba-button-wrapper {text-align: center;}#item-15263998478460 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998478460 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998478460 .ba-button-wrapper a i {font-size : 24px;}#item-15263998478460 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998478460 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998478460 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998478460 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998478460 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: right;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263999982780 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263999982780 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263999982780 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: right;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: center;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: center;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: center;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999982780 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999982780 .ba-button-wrapper {text-align: center;}#item-15263999982780 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999982780 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999982780 .ba-button-wrapper a i {font-size : 24px;}#item-15263999982780 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999982780 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999982780 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999982780 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999982780 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: right;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263999989980 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263999989980 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263999989980 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: right;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: center;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: center;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: center;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263999989980 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263999989980 .ba-button-wrapper {text-align: center;}#item-15263999989980 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263999989980 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263999989980 .ba-button-wrapper a i {font-size : 24px;}#item-15263999989980 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263999989980 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263999989980 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263999989980 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263999989980 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: right;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263998731190 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-15263998731190 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263998731190 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: right;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: center;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: center;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: center;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263998731190 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15263998731190 .ba-button-wrapper {text-align: center;}#item-15263998731190 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-15263998731190 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-15263998731190 .ba-button-wrapper a i {font-size : 24px;}#item-15263998731190 > .ba-box-model:before {height: 1px;top: -0px;}#item-15263998731190 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-15263998731190 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263998731190 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15263998731190 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: right;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-17083442923020 .ba-button-wrapper a:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255, 255, 255, 1);}#item-17083442923020 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17083442923020 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: right;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : right;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: center;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: center;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: center;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17083442923020 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-17083442923020 .ba-button-wrapper {text-align: center;}#item-17083442923020 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 13px;font-style : normal;font-weight : 300;letter-spacing : 2px;line-height : 26px;text-align : center;text-decoration : none;text-transform : none;;}#item-17083442923020 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(53, 222, 166, 0);border : 0px solid var(--border);border-radius : 0px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 30px;padding-right : 30px;padding-top : 2px;}#item-17083442923020 .ba-button-wrapper a i {font-size : 24px;}#item-17083442923020 > .ba-box-model:before {height: 1px;top: -0px;}#item-17083442923020 > .ba-box-model:after {height: 1px;bottom: -0px;}#item-17083442923020 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17083442923020 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-17083442923020 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-15263940280 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(81, 40, 28, 1);}#item-15263940280 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15263940280 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 15px;padding-right : 15px;padding-top : 2px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 25px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 15px;padding-right : 15px;padding-top : 2px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-15263940280 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263940280 .ba-button-wrapper {text-align: center;}#item-15263940280 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 12px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 21px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-15263940280 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-15263940280 .ba-button-wrapper a i {font-size : 24px;}#item-15263940280 > .ba-box-model:before {height: 5px;top: -0px;}#item-15263940280 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15263940280 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-15263940280 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15263940280 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 2px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 24px;}#item-17089510116680 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-17089510116680 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(81, 40, 28, 1);}#item-17089510116680 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17089510116680 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 2px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 24px;}#item-17089510116680 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 2px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 24px;}#item-17089510116680 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 2px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 24px;}#item-17089510116680 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 2px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 15px;padding-right : 15px;padding-top : 2px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 24px;}#item-17089510116680 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089510116680 {display : block;margin-bottom : 5px;margin-top : 0px;}#item-17089510116680 .ba-button-wrapper {text-align: center;}#item-17089510116680 .ba-button-wrapper a span {font-family : 'Roboto';font-size : 12px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 21px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089510116680 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 10px;padding-left : 15px;padding-right : 15px;padding-top : 10px;}#item-17089510116680 .ba-button-wrapper a i {font-size : 22px;}#item-17089510116680 > .ba-box-model:before {height: 0px;top: -0px;}#item-17089510116680 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-17089510116680 > .ba-box-model .ba-bm-bottom {width: 10px; height: 10px;}#item-17089510116680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-17089510116680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-17089510116680 > .ba-box-model .ba-bm-top {width: 10px; height: 10px;}}#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15227448680 .ba-icon-wrapper i:hover {color : var(--primary);background-color : var(--bg-secondary);}@media (max-width: 1200px) {#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15227448680 {text-align: center;display : block;margin : 0;margin-bottom : 0px;margin-top : 0px;}#item-15227448680 .ba-icon-wrapper i {width : 21px;height : 21px;font-size : 21px;color : var(--icon);background-color : var(--bg-secondary);border : 0px solid var(--border);border-radius : 0px;padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;}#item-15227448680 > .ba-box-model:before {height: 0px;top: -0px;}#item-15227448680 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-15227448680 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-left {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-right {width: 15px; height: 15px;}#item-15227448680 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}#item-15263994150 .ba-image-wrapper { cursor: pointer; }@media (max-width: 1200px) {#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 768px) {#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}}@media (max-width: 480px) {#item-15263994150 {text-align: center;display : block;margin-bottom : 25px;margin-top : 25px;}#item-15263994150 .ba-image-wrapper {border : 0px solid var(--border);border-radius : 9px;box-shadow: 0 0px 0px 0 var(--shadow);width: 250px;}#item-15263994150 > .ba-box-model:before {height: 25px;top: -0px;}#item-15263994150 > .ba-box-model:after {height: 25px;bottom: -0px;}}#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}@media (max-width: 1200px) {#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}}@media (max-width: 768px) {#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}}@media (max-width: 480px) {#item-15263941310 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15263941310 p {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h1 {font-family : 'Roboto';font-weight : 700;;}#item-15263941310 h2 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h3 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h4 {font-family : 'Roboto';font-weight : 300;;}#item-15263941310 h5 {font-family : 'Roboto';font-weight : 900;;}#item-15263941310 h6 {font-family : 'Roboto';font-weight : 500;font-size : 12px;line-height : 18px;;}#item-15263941310 > .ba-box-model:before {height: 5px;}#item-15263941310 > .ba-box-model:after {height: 5px;}}#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}@media (max-width: 1200px) {#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}}@media (max-width: 768px) {#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}}@media (max-width: 768px) {#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}}@media (max-width: 480px) {#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}}@media (max-width: 480px) {#item-15204664221990 {display : block;margin-bottom : 1px;margin-top : 1px;}#item-15204664221990 p {;}#item-15204664221990 h1 {;}#item-15204664221990 h2 {;}#item-15204664221990 h3 {;}#item-15204664221990 h4 {;}#item-15204664221990 h5 {font-size : 12px;font-family : 'Comfortaa';font-weight : 300;;;}#item-15204664221990 h6 {;}#item-15204664221990 a {color:rgba(150, 47, 11, 1);}#item-15204664221990 a:hover {color:rgba(255, 255, 255, 1);}#item-15204664221990 > .ba-box-model:before {height: 1px;}#item-15204664221990 > .ba-box-model:after {height: 1px;}}#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}@media (max-width: 1200px) {#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}}@media (max-width: 768px) {#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}}@media (max-width: 480px) {#item-17714249840 {display : block;margin-bottom : 25px;margin-top : 25px;}#item-17714249840 p {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h1 {font-family : 'Roboto';font-weight : 700;;}#item-17714249840 h2 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h3 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h4 {font-family : 'Roboto';font-weight : 300;;}#item-17714249840 h5 {font-family : 'Roboto';font-weight : 900;;}#item-17714249840 h6 {font-family : 'Roboto';font-weight : 500;;}#item-17714249840 > .ba-box-model:before {height: 25px;}#item-17714249840 > .ba-box-model:after {height: 25px;}}body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 24px;}p {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 24px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}@media (max-width: 1200px) {body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 24px;}p {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 24px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}}@media (max-width: 768px) {body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 24px;}p {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 2px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 24px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}}@media (max-width: 768px) {body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 24px;}p {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 24px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}}@media (max-width: 480px) {body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 24px;}p {color:var(--text);font-family : 'Open Sans';font-size : 16px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 24px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 56px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 65px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 24px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 42px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 24px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : uppercase;--icon-list-line-height: 24px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}}@media (max-width: 480px) {body , ul, ol, table, blockquote {color:var(--text);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 20px;text-align : left;text-decoration : none;text-transform : none;;--icon-list-line-height: 20px;}p {color:var(--text);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 20px;text-align : left;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h1 {color:var(--title);font-family : 'Open Sans';font-size : 35px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 45px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h2 {color:var(--title);font-family : 'Open Sans';font-size : 40px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 50px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h3 {color:var(--title);font-family : 'Open Sans';font-size : 22px;font-style : normal;font-weight : 900;letter-spacing : 0px;line-height : 31px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h4 {color:var(--text);font-family : 'Open Sans';font-size : 21px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 29px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h5 {color:var(--title);font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 300;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}h6 {color:var(--subtitle);font-family : 'Open Sans';font-size : 8px;font-style : normal;font-weight : 500;letter-spacing : 0px;line-height : 18px;text-align : center;text-decoration : none;text-transform : none;--icon-list-line-height: 20px;}body a {color : var(--secondary);}body a:hover {color : var(--hover);}body {padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}.page-layout {left: calc(100% + 1px);}blockquote { border-color:var(--primary);}body > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}body > .ba-video-background {display: none;}body {background-color: var(--bg-primary);background-image: none;}}#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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 {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}#item-179497138800 > .parallax-wrapper.scroll .parallax {height: 300%;top: -100%;}@media (max-width: 1200px) {#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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 {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 768px) {#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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 {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 768px) {#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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 {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 480px) {#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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 {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}}@media (max-width: 480px) {#item-179497138800 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 5px;padding-right : 5px;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: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-179497138800 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-179497138800 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-179497138800 > .ba-video-background {display: none;}#item-179497138800 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#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: 5px; height: 5px;}#item-179497138800 > .ba-box-model .ba-bm-right {width: 5px; height: 5px;}#item-179497138800 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}body header.header {position:relative;}body {--sidebar-menu-width:250px;}body.com_gridbox.gridbox header.header {width: 100%;left: 0;top: 0;z-index: auro;}body.com_gridbox.gridbox header.header:hover {z-index: 32;}.ba-container .header {margin-left:0;max-width: none;}}#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15263397103310 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15263397103310 {border-bottom-width : 0;border-color : rgba(181, 58, 13, 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 : 0px;margin-top : 0px;padding-bottom : 15px;padding-left : 0px;padding-right : 0px;padding-top : 15px;}#item-15263397103310.visible {opacity: 1;}#item-15263397103310 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103310 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103310 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103310 > .ba-video-background {display: none;}#item-15263397103310 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103310 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103310 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103310 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15263397103310 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103310 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 25px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17089495980 > .parallax-wrapper.scroll .parallax {height: 220%;top: -60%;}@media (max-width: 1200px) {#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 25px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 25px;margin-top : 25px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 25px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 25px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 5px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 5px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 5px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 5px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 5px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495980 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 5px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495980.visible {opacity: 1;}#item-17089495980 > .parallax-wrapper .parallax {background-image: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495980 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495980 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495980 > .ba-video-background {display: none;}#item-17089495980 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495980 > .ba-box-model:before {height: 5px;top: 0;}#item-17089495980 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495980 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495980 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263397103313 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263397103313 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103313.visible {opacity: 1;}#item-15263397103313 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103313 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103313 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103313 > .ba-video-background {display: none;}#item-15263397103313 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103313 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103313 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103313 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103313 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-15263397103314 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-15263397103314 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-15263397103314.visible {opacity: 1;}#item-15263397103314 > .parallax-wrapper .parallax {background-image: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-15263397103314 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-15263397103314 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none}#item-15263397103314 > .ba-video-background {display: none;}#item-15263397103314 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-15263397103314 > .ba-box-model:before {height: 0px;top: 0;}#item-15263397103314 > .ba-box-model:after {height: 0px;bottom: 0;}#item-15263397103314 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-15263397103314 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17089494403 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089494403 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089494403.visible {opacity: 1;}#item-17089494403 > .parallax-wrapper .parallax {background-image: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089494403 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089494403 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089494403 > .ba-video-background {display: none;}#item-17089494403 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089494403 > .ba-box-model:before {height: 0px;top: 0;}#item-17089494403 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089494403 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089494403 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17089495981 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495981 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495981.visible {opacity: 1;}#item-17089495981 > .parallax-wrapper .parallax {background-image: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495981 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495981 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495981 > .ba-video-background {display: none;}#item-17089495981 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495981 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495981 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495981 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495981 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}#item-17089495982 > .parallax-wrapper.scroll .parallax {height: 140%;top: -20%;}@media (max-width: 1200px) {#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 768px) {#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}@media (max-width: 480px) {#item-17089495982 {border-bottom-width : 0;border-color : var(--border);border-left-width : 0;border-radius : 0px;border-right-width : 0;border-style : solid;border-top-width : 0;animation-duration: 0.9s;animation-delay: 0s;opacity: 1;min-height: 50px;display : block;margin-bottom : 0px;margin-top : 0px;padding-bottom : 0px;padding-left : 0px;padding-right : 0px;padding-top : 0px;}#item-17089495982.visible {opacity: 1;}#item-17089495982 > .parallax-wrapper .parallax {background-image: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-bottom svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top {clip-path: none;background: none;color: var(--primary);display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg:not(.shape-divider-) {display: none;}#item-17089495982 > .ba-shape-divider.ba-shape-divider-top svg.shape-divider- {display: block;height: 500px;}#item-17089495982 > .ba-overlay {background-color: rgba(0, 0, 0, 0);background-image: none;}#item-17089495982 > .ba-video-background {display: none;}#item-17089495982 {background-image: none;background-color: rgba(0, 0, 0, 0);box-shadow: 0 0px 0px 0 var(--shadow);}#item-17089495982 > .ba-box-model:before {height: 0px;top: 0;}#item-17089495982 > .ba-box-model:after {height: 0px;bottom: 0;}#item-17089495982 > .ba-box-model .ba-bm-bottom {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-left {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-right {width: 0px; height: 0px;}#item-17089495982 > .ba-box-model .ba-bm-top {width: 0px; height: 0px;}}#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}@media (max-width: 1200px) {#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: left;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15263397103311 {display : block;margin-bottom : 0px;margin-top : 0px;text-align: center;}#item-15263397103311 img {width: 250px;}#item-15263397103311 > .ba-box-model:before {height: 0px;}#item-15263397103311 > .ba-box-model:after {height: 0px;}}#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : center;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : center;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}#item-15263397103312 ul.nav-child {width: 300px;background-color : var(--bg-secondary);box-shadow: 0 0px 0px 0 var(--shadow);animation-duration: 0.4s;}#item-15263397103312 li.megamenu-item > .tabs-content-wrapper > .ba-section {box-shadow: 0 0px 0px 0 var(--shadow);animation-duration: 0.4s;}#item-15263397103312 .nav-child > .deeper:hover > .nav-child {top : -20px;}@media (max-width: 1200px) {#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : center;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : center;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : center;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title);background-color : rgba(0,0,0,0);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : center;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : left;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title);background-color : rgba(0,0,0,0);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : left;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title);background-color : rgba(0,0,0,0);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}}@media (max-width: 480px) {#item-15263397103312 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li {margin-left : 5px;margin-right : 5px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a > i.ba-menu-item-icon, #item-15263397103312 .integration-wrapper > ul > li > span > i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a, #item-15263397103312 .integration-wrapper > ul > li > span {font-family : 'Open Sans';font-size : 18px;font-style : normal;font-weight : 300;letter-spacing : -1px;line-height : 13px;text-decoration : none;text-align : left;text-transform : none;color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);padding-bottom : 15px;padding-left : 15px;padding-right : 15px;padding-top : 15px;border-bottom-width : 0px;border-color : rgba(36, 36, 36, 1);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 .main-menu .nav-child li i.ba-menu-item-icon {font-size: 24px;}#item-15263397103312 .main-menu .nav-child li a,#item-15263397103312 .main-menu .nav-child li span {font-family : 'Open Sans';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 : var(--title);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 : var(--border);border-left-width : 0px;border-radius : 0px;border-right-width : 0px;border-style : solid;border-top-width : 0px;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li > a:hover,#item-15263397103312 .main-menu li > span:hover {color : rgba(150, 47, 11, 1);background-color : rgba(255,255,255,0);}#item-15263397103312 .main-menu .nav-child li a:hover,#item-15263397103312 .main-menu .nav-child li span:hover {color : var(--title);background-color : rgba(0,0,0,0);}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul {text-align : left;}#item-15263397103312 > .ba-menu-wrapper > .main-menu > .integration-wrapper > ul > li.active > a,#item-15263397103312 .main-menu li.active > span {color : rgba(255, 255, 255, 1);background-color : rgba(153, 50, 12, 1);}#item-15263397103312 .main-menu .nav-child li.active > a,#item-15263397103312 .main-menu .nav-child li.active > span {color : var(--title-inverse);background-color : var(--primary);}#item-15263397103312 ul.nav-child {padding-bottom : 20px;padding-left : 20px;padding-right : 20px;padding-top : 20px;}#item-15263397103312 > .ba-box-model:before {height: 0px;}#item-15263397103312 > .ba-box-model:after {height: 0px;}}@media (max-width: 768px) {#item-15263397103312 .ba-hamburger-menu .main-menu {background-color : var(--bg-primary);}#item-15263397103312 .ba-hamburger-menu .open-menu {color : var(--icon);text-align : right;}#item-15263397103312 .ba-hamburger-menu .close-menu {color : var(--icon);text-align : right;}}#item-17089485369953 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-17089485369953 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(81, 40, 28, 1);}#item-17089485369953 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17089485369953 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-17089485369953 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089485369953 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089485369953 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089485369953 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089485369953 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-17089485369953 .ba-button-wrapper {text-align: center;}#item-17089485369953 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 8px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 21px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369953 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369953 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369953 > .ba-box-model:before {height: 0px;top: -0px;}#item-17089485369953 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-17089485369953 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369953 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369953 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}#item-17089485369952 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369952 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}#item-17089485369952 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : rgba(81, 40, 28, 1);}#item-17089485369952 .ba-button-wrapper a {flex-direction: row-reverse;}#item-17089485369952 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-17089485369952 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369952 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089485369952 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369952 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 768px) {#item-17089485369952 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369952 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089485369952 {display : block;margin-bottom : 2px;margin-top : 2px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 10px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 26px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 24px;}#item-17089485369952 > .ba-box-model:before {height: 2px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 2px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}@media (max-width: 480px) {#item-17089485369952 {display : block;margin-bottom : 0px;margin-top : 0px;}#item-17089485369952 .ba-button-wrapper {text-align: center;}#item-17089485369952 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 8px;font-style : normal;font-weight : 700;letter-spacing : 0px;line-height : 21px;text-align : center;text-decoration : none;text-transform : uppercase;}#item-17089485369952 .ba-button-wrapper a {color : var(--title-inverse);background-color : rgba(206, 80, 0, 1);border : 0px solid var(--border);border-radius : 5px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 2px;padding-left : 20px;padding-right : 20px;padding-top : 2px;}#item-17089485369952 .ba-button-wrapper a i {font-size : 22px;}#item-17089485369952 > .ba-box-model:before {height: 0px;top: -0px;}#item-17089485369952 > .ba-box-model:after {height: 0px;bottom: -0px;}#item-17089485369952 > .ba-box-model .ba-bm-bottom {width: 2px; height: 2px;}#item-17089485369952 > .ba-box-model .ba-bm-left {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-right {width: 20px; height: 20px;}#item-17089485369952 > .ba-box-model .ba-bm-top {width: 2px; height: 2px;}}/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}#item-15289028109070 .ba-button-wrapper a:hover {color : var(--title-inverse);background-color : var(--hover);}#item-15289028109070 .ba-button-wrapper a {flex-direction: row-reverse;}#item-15289028109070 .ba-button-wrapper a i {margin: 0 10px 0 0;}@media (max-width: 1200px) {#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 768px) {#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}@media (max-width: 480px) {#item-15289028109070 {display : block;margin-bottom : 5px;margin-top : 5px;}#item-15289028109070 .ba-button-wrapper {text-align: left;}#item-15289028109070 .ba-button-wrapper a span {font-family : 'Open Sans';font-size : 14px;font-style : normal;font-weight : 700;letter-spacing : 1px;line-height : 26px;text-align : left;text-decoration : none;text-transform : uppercase;}#item-15289028109070 .ba-button-wrapper a {color : var(--title-inverse);background-color : var(--primary);border : 0px solid var(--border);border-radius : 10px;box-shadow: 0 0px 0px 0 var(--shadow);padding-bottom : 15px;padding-left : 30px;padding-right : 30px;padding-top : 15px;}#item-15289028109070 .ba-button-wrapper a i {font-size : 24px;}#item-15289028109070 > .ba-box-model:before {height: 5px;top: -0px;}#item-15289028109070 > .ba-box-model:after {height: 5px;bottom: -0px;}#item-15289028109070 > .ba-box-model .ba-bm-bottom {width: 15px; height: 15px;}#item-15289028109070 > .ba-box-model .ba-bm-left {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-right {width: 30px; height: 30px;}#item-15289028109070 > .ba-box-model .ba-bm-top {width: 15px; height: 15px;}}.custom-slideshow .slideshow-wrapper { height: calc(100vw*0.3493) !important; } .robbu-whatsapp-button { z-index:9999 !important; }/* Copyright @ Balbooa, http://www.gnu.org/licenses/gpl.html GNU/GPL */ /* ======================================================================== General and resets ========================================================================== */ @import url(../../../../components/com_baforms/assets/css/../icons/material/material.css); @font-face { font-family: 'IcoMoon'; src: url(../../../../components/com_baforms/assets/css/../../../../media/jui/fonts/IcoMoon.eot); src: url(../../../../components/com_baforms/assets/css/../../../../media/jui/fonts/IcoMoon.eot?#iefix) format('embedded-opentype'), url(../../../../components/com_baforms/assets/css/../../../../media/jui/fonts/IcoMoon.woff) format('woff'), url(../../../../components/com_baforms/assets/css/../../../../media/jui/fonts/IcoMoon.ttf) format('truetype'), url(../../../../components/com_baforms/assets/css/../../../../media/jui/fonts/IcoMoon.svg#IcoMoon) format('svg'); font-weight: normal; font-style: normal; } @import "../../../../media/jui/less/icomoon.less"; /* ======================================================================== Shortcode plugin - modal ========================================================================== */ .com-baforms .btn-default.active.focus, .com-baforms .btn-default.active:focus, .com-baforms .btn-default.active:hover, .com-baforms .btn-default:active.focus, .com-baforms .btn-default:active:focus, .com-baforms .btn-default:active:hover, .com-baforms .btn-default, .com-baforms .btn-default:hover { background-color: transparent !important; border-color: transparent !important; } .ba-btn { font-weight: bold; background-color: #f1f1f1; border-radius: 2px; border: 1px solid #e3e3e3; padding: 10px 15px; } .ba-btn:hover { background-color: #eaeaea; } /* Reset Joomla height 100% */ .contentpane.component { height: 0; } #modal-filter { margin: 20px 0; } /* Search */ .modal-shortcode input#filter_search { height: 32px; width: 85%; } /* Button search */ .modal-shortcode button { margin-left: 5px; } /* Table */ .forms-table { min-height: 400px; padding-right: 20px; } /* Table list */ th.form-title { border-left: 4px solid transparent; padding: 15px 20px; text-align: left; width: 100%; } th.form-title:hover a { color: #999; text-decoration: none; } th.form-title:hover { border-left: 4px solid #02adea; } .forms-table tr > th > a { color: #333; font-weight: normal; } /* Form */ .com-baforms .ba-form { margin: 0 auto; transition: height .3s linear; -webkit-transition: height .3s linear; } .com-baforms .ba-form > div, .popup-form .ba-form > div { animation: forms-modal .3s .4s linear both; -webkit-animation: forms-modal .3s .4s linear both; } .com-baforms .ba-form > div:first-child div { line-height: normal; } .ba-form { box-sizing: border-box; padding: 20px; } .ba-form .ba-row { position: inherit; } .com-baforms form { margin: 0 0 18px; } /* Inputs default styles */ .ba-form textarea { max-width: 100%; } .ba-form input[type="number"], .ba-form input[type="email"], .ba-form input[type="text"], .ba-form select, .ba-form select[size], .ba-form textarea { box-shadow: none; box-sizing: border-box; font-family: inherit; line-height: normal !important; padding-left: 20px; width: 100%; margin-bottom: 0px; } .ba-form textarea.ba-alert, .ba-form textarea { padding: 20px !important; min-width: 100%; } input[type="email"].save-email, .ba-form input:focus, .ba-form textarea:focus, .ba-form select:focus { box-shadow: none !important; outline: none; } .ba-form input.ba-upload:focus { box-shadow: none!important; } .ba-form select[size] { height: inherit; } .ba-form label { display: block; line-height: initial; } .ba-form div:not(.ba-checkMultiple):not(.ba-radioMultiple ) > label { margin-bottom:15px ; } .ba-form span { display: initial !important; } .ba-maxlength { text-align: right; margin: 0; } .ba-maxlength.ba-maxlength-alert { color: #e94b35 !important;; } /* Placeholder */ .ba-form input::-webkit-input-placeholder { color: inherit; } .ba-form input::-moz-placeholder{ color: inherit; } .ba-form textarea::-webkit-input-placeholder { color: inherit; } .ba-form textarea::-moz-placeholder{ color: inherit; } .ba-form select::-webkit-input-placeholder { color: inherit; } .ba-form select::-moz-placeholder{ color: inherit; } /* jQuery UI styles reset */ .ba-form .ui-widget * { outline: none !important; } .ba-form .ui-widget-header, .ba-form .ui-state-active, .ba-form .ui-state-default, .ba-form .ui-widget-content, .ba-form .ui-widget-header { background: #fff !important; border: none !important; } /* Tooltip */ .ba-form label span { color: inherit; font: inherit; position: relative; } .ba-form .ba-tooltip { backface-visibility: hidden; -webkit-backface-visibility: hidden; background: rgba(34,34,34,0.95); border-radius: 6px; bottom: inherit; color: rgba(255, 255, 255, .5); display: block; font-size: 12px; font-weight: normal; left: 0; line-height: 18px; margin-bottom: 10px; max-width: 200px; opacity: 0; padding: 15px; position: fixed; text-align: center; visibility: hidden; -webkit-transition: margin-top .25s ease-out, opacity .25s ease-out; transition: margin-top .25s ease-out, opacity .25s ease-out; -webkit-transform: translateY(-100%) translateX(-50%); transform: translateY(-100%) translateX(-50%); } .ba-form .slider-track + .ba-tooltip { position: absolute; -webkit-transform: translateY(-100%) translateX(0); transform: translateY(-100%) translateX(0); } .ba-form .ba-tooltip:before { content: ""; height: 5px; position: absolute; bottom: -15px; left: 50% !important; margin-left: -5px; border: 5px solid transparent; border-top: 5px solid rgba(34,34,34,0.95); } .ba-tooltip.slider-touchmove-started, .ba-form .slider .slider-horizontal:hover .ba-tooltip, .ba-form .slider.tool > label:hover .ba-tooltip, .ba-form label > span:hover .ba-tooltip { margin-top: -10px; opacity: 1; visibility: visible; } .ba-form .slider .slider-horizontal:hover .ba-tooltip, .ba-form .slider.tool > label:hover .ba-tooltip { margin-top: -20px; } .ba-form label.ba-btn { position: relative; } /* ======================================================================== Tools ========================================================================== */ .ba-form .tool { margin: 20px 0px; text-align: left; } .ba-form .row-fluid [class*="span"] >.tool:first-child { margin-top: 0; } /* Slider */ .ba-form .slider.tool .slider.slider-horizontal { width: 100%; } .ba-form .slider { display: inline-block; vertical-align: middle; position: relative; } .ba-form .slider.tool { display: block; } .ba-form .slider-track { cursor: pointer; height: 2px; outline: 0; position: absolute; width: 100%; } .ba-form .condition-area .slider-track { margin-left: 15px; width: -webkit-calc(100% - 30px); width: calc(100% - 30px); } .ba-form .slider-selection { background: #fff; position: absolute; } /* Slider dots */ .ba-form .slider-handle { border-radius: 10px; cursor: pointer; height: 18px; position: absolute; width: 18px; transition: transform .1s linear, box-shadow .2s linear; -webkit-transition: -webkit-transform .1s linear, box-shadow .2s linear; } .ba-form .slider-handle:active, .ba-form .slider-handle:hover { transform: scale(1.2); -webkit-transform: scale(1.2); } .ba-form .slider-horizontal .slider-handle +.slider-handle { margin-left: -18px; margin-top: -8px; } .ba-form .slider-horizontal .slider-handle { margin-left: 0; margin-top: -8px; } /* Conditional Logic */ .ba-dropdown, .ba-radioMultiple, .ba-radioInline { position: relative; } .condition-area { display: none; overflow: hidden; } .condition-area.selected { -webkit-animation: conditional .6s .3s cubic-bezier(0.2, 1, 0.3, 1) backwards; animation: conditional .6s .3s cubic-bezier(0.2, 1, 0.3, 1) backwards; display: block; visibility: visible; } @keyframes conditional { from{ opacity: 0;} to {opacity: 1;} } @-webkit-keyframes conditional { from{ opacity: 0;} to {opacity: 1;} } .condition-area.selected .tool:last-child { margin-bottom: 0; } .condition-area.close-condition { display: block; position: absolute; opacity: 1; width: 100%; -webkit-animation: close-condition .6s cubic-bezier(0.2, 1, 0.3, 1) both; animation: close-condition .6s cubic-bezier(0.2, 1, 0.3, 1) both; } @keyframes close-condition { to {opacity: 0;} } @-webkit-keyframes close-condition { to {opacity: 0;} } /* CheckBox and radio inline */ .ba-form .ba-radioInline > span, .ba-form .ba-chekInline div > span { display: inline-block !important; margin-bottom: 20px; padding-right: 25px; word-wrap: break-word; } .ba-form input[type="radio"], .ba-form input[type="checkbox"] { display:inline-block; margin: 0 15px 0 0; position: relative; } /* Terms Conditions */ .terms-content { display: inline-block; } .terms-content p { margin: 0; } .ba-terms-conditions > span { position: relative; } /* Radio Button*/ .ba-form .ba-radioInline span span, .ba-form .ba-chekInline span span { margin-right: 0; } .ba-form .ba-terms-conditions .terms-content, .ba-form .ba-chekInline div > span, .ba-form .ba-checkMultiple div > span , .ba-form .ba-radioMultiple > span, .ba-form .ba-radioInline > span , .ba-form .ba-chekInline > span { position: relative; vertical-align: baseline; padding-left: 30px; box-sizing: border-box; } .ba-form .ba-radioInline > span, .ba-form .ba-chekInline div > span { vertical-align: middle; } .ba-terms-conditions input[type="checkbox"], .ba-form .ba-checkMultiple span input, .ba-form .ba-radioMultiple span input, .ba-form .ba-radioInline span input, .ba-form .ba-chekInline span input { left: 0; margin: 0; opacity: 0; padding: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); z-index: 2; width: 20px; height: 20px; } .ba-form .ba-input-image input[type="radio"] + img + span:before, .ba-form input[type="radio"] + span:before { background: #fff; border-radius: 50%; border: 1px solid #cfd9db; content: ""; display: block; height: 20px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: all .3s; width: 20px; } .ba-form .ba-input-image:hover input[type="radio"] + img + span:before, .ba-form input[type="radio"]:hover + span:before { background: #fff; border-radius: 50%; border: 1px solid; content: ""; display: block; height: 20px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 20px; } @-webkit-keyframes radio-fade { from { box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1); opacity: 0;} } @keyframes radio-fade { from { box-shadow: inset 0px 0px 0px 8px rgba(255,255,255,1);opacity: 0;} } .ba-form .ba-input-image input[type="radio"]:checked + img + span:after, .ba-form input[type="radio"]:checked + span:after { animation: radio-fade .3s both; -webkit-animation: radio-fade .3s both; border-radius: 50%; border: 1px solid; box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,1); content: ""; display: block; height: 20px; left: 0; opacity: 1; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 20px; } .ba-form .ba-input-image input[type="radio"]:checked + img + span:before { display: none; } /* Checkbox */ .ba-form input[type="checkbox"] + img + span:before, .ba-terms-conditions input[type="checkbox"] + span:before, .ba-form input[type="checkbox"] + span:before { background: #fff; border-radius: .25em; border: 1px solid #cfd9db; box-sizing: border-box; content: ''; display: block; height: 20px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 20px; } .ba-terms-conditions input[type="checkbox"]:hover + span:before, .ba-form input[type="checkbox"]:hover + span:before { background: #fff; border-radius: .25em; border: 1px solid; box-sizing: border-box; content: ''; display: block; height: 20px; left: 0; position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transition: all .3s; -webkit-transition: all .3s; width: 20px; } @-webkit-keyframes checkbox-fade { 0% {opacity: 0; color: transparent;} 50% {opacity: 1; color: rgba(255, 255, 255,.2);} } @keyframes checkbox-fade { 0% {opacity: 0; color: transparent;} 50% {opacity: 1; color: rgba(255, 255, 255,.2);} } .ba-form input[type="checkbox"]:checked + img + span:after , .ba-terms-conditions input[type="checkbox"]:checked + span:after, .ba-form input[type="checkbox"]:checked + span:after { animation: checkbox-fade .3s both; -webkit-animation: checkbox-fade .3s both; border-radius: .25em; border: 1px solid; box-sizing: border-box; color: #fff; content: '\f26b'; display: block; font: normal normal normal 16px/1 'Material-Design-Iconic-Font'; height: 20px; left: 0; opacity: 1; position: absolute; text-align: center; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 20px; } .ba-form .ba-radioMultiple > span, .ba-form .ba-checkMultiple div > span { display: block !important; margin: 15px 0 0 0 ; padding-left: 30px; word-wrap: break-word; } /* Radio/Checkbox with image */ .ba-form .ba-input-image { border-radius: 4px; border: 2px solid transparent; box-sizing: border-box; cursor: pointer; display: inline-block !important; margin: 0 15px 15px 0; padding: 0 !important; vertical-align: top !important; transition: all .3s; -webkit-transition: all .3s; } .ba-form .ba-alert .ba-input-image { border: 2px solid #e94b35 !important; } .ba-input-image .image-title:before { border-radius: 4px; border: 1px solid #f3f3f3; bottom: -1px; content: ""; left: -1px; position: absolute; right: -1px; top: -1px; } .ba-form .ba-input-image input:checked + img + span + .image-title:before, .ba-form .ba-input-image:hover .image-title:before { border-color: transparent; } .ba-form .ba-input-image img { box-sizing: border-box; padding: 20px 20px 0 20px; } .ba-form .ba-input-image + .condition-area { width: 100% } .ba-chekInline:after, .ba-radioInline:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .ba-form .ba-input-image input[type="checkbox"]:checked + img + span:after, .ba-form .ba-input-image input[type="checkbox"] + img + span:before, .ba-form .ba-input-image:hover input[type="checkbox"] + img + span:before, .ba-form .ba-input-image input[type="radio"]:checked + img + span:after, .ba-form .ba-input-image:hover input[type="radio"]+ img + span:before, .ba-form .ba-input-image input[type="radio"]+ img + span:before { background: inherit !important; bottom: 15px; box-sizing: border-box; left: calc(50% - 10px); left: -webkit-calc(50% - 10px); top: auto; } .ba-form .ba-input-image input[type="checkbox"]:checked + img + span:after, .ba-form .ba-input-image input[type="radio"]:checked + img + span:after, .ba-form .ba-input-image:hover input[type="radio"]+ img + span:before, .ba-form .ba-input-image:hover input[type="checkbox"] + img + span:before { border-color: inherit; } .ba-input-image .image-title { box-sizing: border-box; display: block !important; line-height: 150% !important; padding: 20px 20px 60px 20px !important; text-align: center; word-wrap: break-word; } .ba-input-image .image-title span { display: block !important; margin-top: 20px; text-align: center; width: 100%; } /* Submit button */ .ba-form .ba-btn-submit:hover, input.popup-btn:hover, .ba-form .ba-next input[type="button"]:hover, .ba-form .ba-prev input[type="button"]:hover { opacity: .8; } .ba-form .tool.ba-captcha { margin-top: 0; } /* Total Price */ .ba-total-price { cursor: pointer; display: inline-block; width: 100%; } /* Calendar */ .ba-form .ba-date input[type="text"] { border-radius: 2px; border: 1px solid #f3f3f3; box-shadow: none; cursor: default; cursor: pointer; display: initial; height: 50px; } .ba-form .ba-date.tool .input-append { display: inline-block; white-space: nowrap; vertical-align: middle; } .ba-form .ba-date .input-append span { font-size: 13px; } .ba-form .ba-date.tool .input-append .btn { margin-left: -1px; } .ba-form .icon-calendar:before { content: "\43"; } .ba-form .ba-date .btn { background-color: #f1f1f1; background-image: none; border-radius: 0 2px 2px 0; border: 1px solid #e3e3e3; box-shadow: none; color: #333; cursor: pointer; height: 50px; padding: 4px 14px; text-shadow: none; } .ba-form .ba-date .btn:hover, .ba-form .ba-date .btn:focus { background-color: #e6e6e6; outline: none; text-shadow: none; } .calendar table tfoot { display: none; } .calendar { animation: calendar-open .6s cubic-bezier(.25,.98,.26,.99) both; -webkit-animation: calendar-open .6s cubic-bezier(.25,.98,.26,.99) both; background: transparent !important; border: 1px solid transparent !important; left: 50% !important; position: fixed !important; top:5% !important; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 426px !important; } @keyframes calendar-open { 0% {top: -500px; opacity: 0;} 100% {top: 5%; opacity: 1;} } @-webkit-keyframes calendar-open { 0% {top: -500px; opacity: 0;} 100% {top: 5%; opacity: 1;} } .calendar table { background: #fff !important; border-collapse: separate; border: 1px solid transparent !important; box-shadow: 0 4px 60px rgba(0,0,0,.15); display: block; padding: 0 20px 20px; width: auto; } .calendar table * { transition: all .2s ease-in-out; -webkit-transition: all .2s ease-in-out; } .countdown-options-options .input-append input[type="text"] { width: 272px; } .calendar table .wn, .calendar thead .hilite, .calendar thead .active { background: transparent !important; border: none !important; } .calendar td.day.disabled { opacity: .3; cursor: not-allowed !important; } .calendar thead td.title { color: #fff; cursor: default !important; font: 700 18px/72px 'Roboto', Arial, sans-serif; padding: 10px 0; } .calendar thead td.title:after { border: 21px solid ; box-sizing: content-box; content: ""; height: 51px; left: 0; position: absolute; top: 0; width: 384px; } .calendar thead tr:first-child td:first-child div { display: none; } .calendar thead tr:first-child td:last-child { position: relative; } .calendar thead tr:first-child td:last-child div { cursor: pointer; font-size: 20px; position: absolute; right: -5px; top: 5px; } .calendar thead tr:first-child td:last-child div:hover { opacity: .6; } .calendar .daysrow .day, .calendar thead .headrow, .calendar .daynames { background: #fff !important; font: 700 16px/36px 'Roboto', Arial, sans-serif; padding: 15px !important; text-align: center; text-transform: uppercase; } .calendar thead .daynames td:not(.wn):hover { color: #999 !important; } .calendar thead .name :hover, .calendar .daysrow .day :hover, .calendar thead .headrow :hover { color: #999; } .calendar thead .name, .calendar .daysrow .day.wn { border: none !important; } .calendar .daysrow .day { background: transparent !important; color: #999; font-size: 16px; font-weight: 400; line-height: 16px; white-space: nowrap; } .calendar .daysrow .day.wn { color: #1a1a1a; font-weight: 700; cursor: default; } .calendar .hilite { padding: 2px !important; } .calendar .daysrow .day.hilite, .calendar .daysrow .day.selected { border-radius: 50%; color: #fff; } .calendar .daysrow .day.hilite { background: #eaeaea !important; color: #1a1a1a; } .calendar .combo { border: 1px solid #E3E3E3 !important; } .calendar .combo .label { background: #fff; color: #1a1a1a; font-weight: normal; padding: 5px !important; width: auto; } .calendar .combo .active { background: #fafafa; border: none; } /* Calendar and icon */ .ba-forms-modal .calendar { position: fixed !important; } /* Address */ .ba-forms-modal .pac-container { z-index: 10000 !important; } /* Icons */ .ba-form [class^="icon-"], .ba-form [class*=" icon-"] { display: inline-block; height: 14px; line-height: 14px; margin-right: .25em; width: 14px; } .ba-form [class^="icon-"]:before, .ba-form [class*=" icon-"]:before { font-family: 'IcoMoon'; font-style: normal; speak: none; } /* Input Icon */ .container-icon { position: relative; } .ba-form .container-icon textarea.ba-alert, .container-icon textarea, .container-icon select, .container-icon input { padding-left: 50px !important; } .ba-form .container-icon textarea.ba-alert, .container-icon textarea { padding-top: 13px !important; } .icons-cell { display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; height: -webkit-calc(100% - 1px); height: calc(100% - 1px); justify-content: center; -webkit-justify-content: center; left: 1px; overflow: hidden; position: absolute; top: 1px; width: 45px; } .icons-cell i { margin: 0 auto; text-align: center; } .container-icon textarea + .icons-cell { height: 45px; } /* Page break */ .ba-form .ba-alert { border: 1px solid #e94b35 !important; padding: inherit; background: transparent; font-weight: inherit; } .save-email.ba-alert{ border: 1px solid #e94b35 !important; } .ba-form .ba-terms-conditions.ba-alert, .ba-form .ba-checkMultiple.ba-alert, .ba-form .ba-chekInline.ba-alert, .ba-form .ba-radioInline.ba-alert, .ba-form .ba-radioMultiple.ba-alert { border: none !important; } .ba-form .ba-alert input[type="checkbox"] + span:before, .ba-form .ba-alert input[type="radio"] + span:before { border: 1px solid #e94b35 !important; } .ba-form textarea.ba-alert, .ba-form input.ba-alert, .ba-form select.ba-alert { padding: 4px 6px 4px 20px; } .ba-form .ba-next { text-align: right; } .ba-form .ba-prev + .ba-next { float: right; } .ba-form .ba-prev { display: inline-block; text-align: left; } .ba-form .ba-next input[type="button"], .ba-form .ba-prev input[type="button"] { border: none; margin-bottom: 20px; } /* Image */ .ba-image-backdrop { animation: image-backdrop .3s ease-in-out ; -webkit-animation: image-backdrop .3s ease-in-out ; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 9999; } @-webkit-keyframes image-backdrop { from {background-color: rgba(0, 0, 0, 0);} } @keyframes image-backdrop { from {background-color: rgba(0, 0, 0, 0);} } .ba-image-backdrop:hover { cursor:zoom-out; } .ba-lightbox-image img { cursor:zoom-in; } .ba-image-backdrop .ba-image-modal { position: absolute; transition: none !important; -webkit-transition: none !important; } .ba-image-backdrop.image-lightbox-out { background-color: rgba(0, 0, 0, 0) !important; transition: background-color .3s ease-in-out; -webkit-transition: background-color .3s ease-in-out; } .ba-lightbox-image { overflow: hidden; } .ba-lightbox-image img { transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transform: scale(1); -webkit-transform: scale(1); } .ba-lightbox-image img:hover { transform: scale(1.1) translate(4%, 4%); -webkit-transform: scale(1.1) translate(4%, 4%); } /* Send notification */ .ba-form .message { font-style: italic; text-align: center; display: block; } .ba-form .ba-total-price { display: inline-block; width: 100%; margin-bottom: 20px; } .ba-form .ba-total-price p { margin: 0; } /* ======================================================================== Cart ========================================================================== */ .baforms-cart { box-sizing: border-box; display: inline-block; margin: 0 0 20px; padding: 20px; width: 100%; } .ba-cart-headline { margin-bottom: 20px; padding-bottom: 20px; } /* Layout */ .baforms-cart .product-cell > * { display: inline-block; } .baforms-cart .product { box-sizing: border-box; padding-right: 20px; width: 35%; word-wrap: break-word; } .baforms-cart .price, .baforms-cart .quantity, .baforms-cart .total { width: 20%; } .baforms-cart .quantity input[type="number"] { border: 1px solid #f3f3f3; color: inherit; font-size: inherit; height: 40px; margin-bottom: 10px; padding: 4px 6px; width: 60px; } .baforms-cart .remove-item { width: 5%; } select option, .baforms-cart .remove-item i, .calendar thead .name:not(.wn), .calendar .daysrow .day, .calendar thead .headrow, .ba-form .ba-btn-submit { cursor: pointer; } /* ======================================================================== Popup and buttons ========================================================================== */ /* General styles for popup */ .modal-scrollable.ba-forms-modal { bottom: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden; left: 0; overflow-y: scroll; margin-right: -17px; position: fixed; right: 0; top: 0; z-index: 9999; } .ba-modal { display: none; } .ba-modal.in { display: block !important; } .popup-form form { margin: 0; } .popup-form .ba-modal-body { padding: 0; position: relative; } .ba-forms-modal .ba-form { padding: 60px 40px 40px; transition: height .3s linear; -webkit-transition: height .3s linear; } .ba-modal.popup-form { background-color: transparent; border: none; box-shadow: none; margin: 5% auto; position: relative; left: 0; } input.popup-btn { border: none; cursor: pointer; font-size: 14px; font-weight: bold; outline: none !important; padding: 10px 20px; } .btn-top { position: fixed; right: 5%; top: 0; z-index: 1000; } /* /* Open modal buttons */ .btn-bottom { bottom: 0; position: fixed; right: 5%; z-index: 1000; } .btn-left { left: 0; position: fixed; top: 60%; transform-origin: left top 0; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); z-index: 1000; } .btn-right { right: 0; position: fixed; top: 30%; transform-origin: right bottom 0; transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); -ms-transform: rotate(-90deg); z-index: 1000; } /* /* Notification modal */ .save-and-continue-modal, .ba-modal.message-modal { border-radius: 2px; border: transparent; box-shadow: 0 3px 35px rgba(0,0,0,0.3); box-sizing: border-box; left: 50%; margin: 0 auto; padding: 65px; position: absolute; top: 50%; transform: translate(-50%, -50%) !important; -webkit-transform: translate(-50%, -50%) !important; width: 500px; z-index: 1600; } .save-and-continue-modal{ top: 5%; transform: translateX(-50%) !important; -webkit-transform: translateX(-50%) !important; } /* /* Save and Continue modal */ .ba-save-continue { padding: 0 0 20px; } .ba-save-continue a:hover, .ba-save-continue a { text-decoration: none; background: transparent; } .save-and-continue-modal { max-height: 100vh; overflow: auto; padding: 40px; } .save-and-continue-modal .ba-token { background: #fafafa; color: #777; font-size: 14px; font-weight: normal; line-height: 28px; margin: 25px 0; padding: 25px; word-wrap: break-word } .save-and-continue-modal a.send-save { background: #4889ef; border: none; box-sizing: border-box; color: #fff; display: block; font-size: 13px; line-height: 42px; margin: 0 auto; padding: 0 15px; text-align: center; text-decoration: none; } .get-save-continue:hover, .save-and-continue-modal a.send-save:hover { opacity: .8; text-decoration: none; } .save-and-continue-modal .send-btn-wrapper { display: table-cell; overflow: hidden; padding: 2px 0; position: relative; } .save-email-wrapper { margin-top: 15px; border-spacing: 5px; display: table; width: 100%; } input[type="email"].save-email { box-sizing: border-box; display: table-cell; height: 42px; margin: 0; width: 100%; } /* Send Save Btn Animation */ @keyframes save-in { 0% {max-width: 150px; background: #4889ef; box-shadow: inset 0 0 0px 2.5px #4889ef;} 70% { opacity: 1; color: transparent; background: transparent; box-shadow: inset 0 0 0px 2.5px #f1f1f1;} 100% { max-width: 42px; border-radius: 50px;box-shadow: inset 0 0 0px 2.5px #f1f1f1; padding: 0; color: transparent; background: transparent;} } @-webkit-keyframes save-in { 0% {max-width: 150px; background: #4889ef; box-shadow: inset 0 0 0px 2.5px #4889ef;} 70% { opacity: 1; color: transparent; background: transparent; box-shadow: inset 0 0 0px 2.5px #f1f1f1;} 100% { max-width: 42px; border-radius: 50px;box-shadow: inset 0 0 0px 2.5px #f1f1f1; padding: 0; color: transparent; background: transparent;} } .save-email-wrapper.save-animation-in a.send-save { animation: save-in 1s cubic-bezier(.25,.98,.26,.99) both; -webkit-animation: save-in 1s cubic-bezier(.25,.98,.26,.99) both; } @keyframes save-out { 0% { max-width: 42px; border-radius: 50px; opacity: 0; padding: 0; color: #4889ef;} 50% { max-width: 42px; border-radius: 50px; opacity: 1; padding: 0; color: #4889ef;} 80% { max-width: 150px; border-radius: 2px; opacity: 1; padding: 0 15px; color: #4889ef; } 100% { max-width: 150px; border-radius: 2px; opacity: 1; padding: 0 15px; color: #fff; } } @-webkit-keyframes save-out { 0% { max-width: 42px; border-radius: 50px; opacity: 0; padding: 0; color: #4889ef;} 50% { max-width: 42px; border-radius: 50px; opacity: 1; padding: 0; color: #4889ef;} 80% { max-width: 150px; border-radius: 2px; opacity: 1; padding: 0 15px; color: #4889ef; } 100% { max-width: 150px; border-radius: 2px; opacity: 1; padding: 0 15px; color: #fff; } } .save-email-wrapper.save-animation-out a.send-save { animation: save-out 2s cubic-bezier(.25,.98,.26,.99) both; -webkit-animation: save-out 2s cubic-bezier(.25,.98,.26,.99) both; } .save-email-wrapper i{ font-size: 24px; color: #fff; } .save-email-wrapper i, .save-email-wrapper img { left: 50%; opacity: 0; position: absolute; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); visibility: hidden; transition: all .3s .3s; -webkit-transition: all .3s .3s; } .save-email-wrapper.save-animation-in img { opacity: 1; visibility: visible; transition: all .3s .5s; -webkit-transition: all .3s .5s; } .save-email-wrapper.save-animation-out img { opacity: 0; visibility: visible; } .save-email-wrapper.save-animation-out i { -webkit-animation: hide-modal .7s 1s linear both; animation: hide-modal .7s 1s linear both; opacity: 1; visibility: visible; } /* Icon Close Modal*/ .ba-forms-modal .ba-modal-close { animation: forms-modal .3s .4s linear both; -webkit-animation: forms-modal .3s .4s linear both; color: #1a1a1a; font-size: 32px; position: absolute; right: 20px; text-decoration: none; top: 20px; z-index: 1; } .ba-modal-close:hover { opacity: .6; } /* Animation Open-Close Modal*/ .popup-form.in { animation: popup-form .6s cubic-bezier(.25,.98,.26,.99); -webkit-animation: popup-form .6s cubic-bezier(.25,.98,.26,.99); } @keyframes popup-form { 0% { -webkit-transform: translateY(100vh); transform: translateY(100vh); } 100% { -webkit-transform: translateY(1); transform: translateY(1); } } @-webkit-keyframes popup-form { 0% { -webkit-transform: translateY(100vh); transform: translateY(100vh); } 100% { -webkit-transform: translateY(1); transform: translateY(1); } } .hide-animation .popup-form { animation: hide-popup-form .25s cubic-bezier(.98,.11,.41,.45) both; -webkit-animation: hide-popup-form .25s cubic-bezier(.98,.11,.41,.45) both; } @-webkit-keyframes hide-popup-form { 0% { -webkit-transform: translateY(1); transform: translateY(1); } 100% { -webkit-transform: translateY(100vh); transform: translateY(100vh); } } @keyframes hide-popup-form { 0% { -webkit-transform: translateY(1); transform: translateY(1); } 100% { -webkit-transform: translateY(100vh); transform: translateY(100vh); } } .ba-forms-modal .modal-scrollable.ba-forms-modal { animation: forms-modal .5s; -webkit-animation: forms-modal .5s; } @-webkit-keyframes forms-modal { from {opacity: 0;} to {opacity: 1; } } @keyframes forms-modal { from {opacity: 0;} to {opacity: 1;} } .hide-animation.ba-forms-modal.modal-scrollable { animation: hide-modal .4s linear both; -webkit-animation: hide-modal .4s linear both; } @-webkit-keyframes hide-modal { from {opacity: 1;} to {opacity: 0; } } @keyframes hide-modal { from {opacity: 1;} to {opacity: 0;} } @media not all and (min-resolution:.001dpcm) { @media { .modal-scrollable.ba-forms-modal { margin-right: 0 !important; } } } /* Massage Modal Animation */ .save-and-continue-modal, .message-modal.in { animation: message-modal .2s linear ; -webkit-animation: message-modal .2s linear ; } @-webkit-keyframes message-modal { 0% { -webkit-transform:translate(-50%, -50%) scale(.5) ; transform: translate(-50%, -50%) scale(.5); } 100% { -webkit-transform:translate(-50%, -50%) scale(1) ; transform: translate(-50%, -50%) scale(1); } } @keyframes message-modal { 0% { -webkit-transform:translate(-50%, -50%) scale(.5) ; transform: translate(-50%, -50%) scale(.5); } 100% { -webkit-transform:translate(-50%, -50%) scale(1) ; transform: translate(-50%, -50%) scale(1); } } .message-modal.in .message img { display: block; margin: 0 auto; } .message-modal.in .message img.reload-hide { animation: reload-hide .3s linear both; -webkit-animation: reload-hide .3s linear both; } @-webkit-keyframes reload-hide { 0% {opacity: 1;} 100% {opacity: 0;} } @keyframes reload-hide { 0% {opacity: 1;} 100% {opacity: 0;} } .message-modal.in .message .message-text { animation: message-text .5s; -webkit-animation: message-text .5s; } .message-modal.in .message .message-text * { color: inherit !important; } @-webkit-keyframes message-text { from {opacity: 0; max-height: 50px; min-height: 50px;} to {opacity: 1; max-height: 350px; min-height: 0; } } @keyframes message-text { from {opacity: 0; max-height: 50px; min-height: 50px;} to {opacity: 1; max-height: 350px; min-height: 0;} } .save-and-continue-modal { animation: save-and-continue .2s linear ; -webkit-animation: save-and-continue .2s linear ; } @-webkit-keyframes save-and-continue { 0% { -webkit-transform:translateX(-50%) scale(.5) ; transform: translateX(-50%) scale(.5); } 100% { -webkit-transform:translateX(-50%) scale(1) ; transform: translateX(-50%) scale(1); } } @keyframes save-and-continue { 0% { -webkit-transform:translateX(-50%) scale(.5) ; transform: translateX(-50%) scale(.5); } 100% { -webkit-transform:translateX(-50%) scale(1) ; transform: translateX(-50%) scale(1); } } /* ======================================================================== Start Responsive ========================================================================== */ @media (max-width: 1200px) { /* Submit button */ .ba-btn-submit { width: 100% !important; } /* Next & Prev button*/ .ba-next input, .ba-prev + .ba-next, .ba-prev { width: 45% !important; } .ba-prev + .ba-next input, .ba-prev input { width: 100% !important; } /* Modal */ .save-and-continue-modal, .ba-modal.message-modal, .ba-modal.popup-form { width: 90% !important; } .popup-form .modal-body { max-height: 400px !important; } } @media (max-width: 768px) { /* Inline radio & chekbox */ .ba-form .ba-radioInline > span, .ba-form .ba-chekInline div > span { display: block !important; line-height: 36px; } .com-baforms .ba-form { width: 100% !important; } .ba-form .ba-radioInline > span, .ba-form .ba-chekInline div > span { display: inline-block !important; width: calc(50% - 17px) !important; width: -webkit-calc(50% - 17px) !important; } } @media (max-width: 480px) { .ba-form .ba-radioInline > span, .ba-form .ba-chekInline div > span { width: 100% !important; margin-right: 0 !important; } } @media (max-width: 320px) { /* Calendar */ .ba-date .input-append input { width: calc(100% - 44px); width: -webkit-calc(100% - 44px); } } /* ======================================================================== Reset Bootstrap 2 spans to original styles ========================================================================== */ /* Bootstrap dialog */ .fade.in { opacity: 1; } .fade { opacity: 0; -webkit-transition: opacity 0.15s linear; -moz-transition: opacity 0.15s linear; -o-transition: opacity 0.15s linear; transition: opacity 0.15s linear; } .modal.fade { -webkit-transition: opacity .3s linear, top .3s ease-out; -moz-transition: opacity .3s linear, top .3s ease-out; -o-transition: opacity .3s linear, top .3s ease-out; transition: opacity .3s linear, top .3s ease-out; } @media (min-width: 1200px) { .ba-form .row-fluid [class*="span"] { margin-left: 2.564102564102564%; } .ba-form .row-fluid [class*="span"]:first-child { margin-left: 0; } .ba-form .row-fluid:before, .row-fluid:after { display: table; content: ""; line-height: 0; } .ba-form .row-fluid:after { clear: both; } [class*="span"] { float: left; } /* Bootstrap Grid */ .ba-form .row-fluid .span12 { width: 100%; } .ba-form .row-fluid .span11 { width: 91.45299145299145%; } .ba-form .row-fluid .span10 { width: 82.90598290598291%; } .ba-form .row-fluid .span9 { width: 74.35897435897436%; } .ba-form .row-fluid .span8 { width: 65.81196581196582%; } .ba-form .row-fluid .span7 { width: 57.26495726495726%; } .ba-form .row-fluid .span6 { width: 48.717948717948715%; } .ba-form .row-fluid .span5 { width: 40.17094017094017%; } .ba-form .row-fluid .span4 { width: 31.623931623931625%; } .ba-form .row-fluid .span3 { width: 23.076923076923077%; } .ba-form .row-fluid .span2 { width: 14.52991452991453%; } .ba-form .row-fluid .span1 { width: 5.982905982905983%; } } @media (max-width: 480px) { .calendar .daysrow .day { font-size: 14px; line-height: 14px; } .calendar .daysrow .day, .calendar thead .headrow, .calendar .daynames { padding: 12px !important; width: auto !important; font-size: 14px; } .calendar { width: 345px !important; } .calendar thead td.title:after { height: 35px; width: 303px; } .calendar thead td.title { line-height: 56px; } .calendar table { padding: 0 10px 10px; } } /* RTL */ html[dir="rtl"], html[dir="rtl"] .ba-form label, html[dir="rtl"] .ba-form .tool { direction: rtl !important; text-align: right !important; } /* ba-radioInline */ html[dir="rtl"] .ba-form .ba-radioInline span input, html[dir="rtl"] .ba-form .ba-input-image input[type="radio"] + img + span:before, html[dir="rtl"] .ba-form input[type="radio"] + span:before, html[dir="rtl"] .ba-form .ba-input-image input[type="radio"]:checked + img + span:after, html[dir="rtl"] .ba-form input[type="radio"]:checked + span:after { right: 0; } /* ba-chekInline */ html[dir="rtl"] .ba-form .ba-chekInline span input, html[dir="rtl"] .ba-form input[type="checkbox"] + img + span:before, html[dir="rtl"] .ba-terms-conditions input[type="checkbox"] + span:before, html[dir="rtl"] .ba-form input[type="checkbox"] + span:before, html[dir="rtl"] .ba-form input[type="checkbox"]:checked + img + span:after, html[dir="rtl"] .ba-terms-conditions input[type="checkbox"]:checked + span:after, html[dir="rtl"] .ba-form input[type="checkbox"]:checked + span:after { right: 0; } /* terms-conditions checkbox */ html[dir="rtl"] .ba-terms-conditions input[type="checkbox"] { right: 0; } html[dir="rtl"] .terms-content p { margin-right: 25px; }/*! * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(../../../../templates/gridbox/library/icons/fontawesome/fa-brands-400.woff) format("woff"),url(../../../../templates/gridbox/library/icons/fontawesome/fa-brands-400.ttf) format("truetype")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(../../../../templates/gridbox/library/icons/fontawesome/fa-regular-400.woff) format("woff"),url(../../../../templates/gridbox/library/icons/fontawesome/fa-regular-400.ttf) format("truetype")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(../../../../templates/gridbox/library/icons/fontawesome/fa-solid-900.woff) format("woff"),url(../../../../templates/gridbox/library/icons/fontawesome/fa-solid-900.ttf) format("truetype")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}@font-face{font-family:Material-Design-Iconic-Font;src:url(../../../../templates/gridbox/library/icons/material/material.woff) format('woff'),url(../../../../templates/gridbox/library/icons/material/material.ttf) format('truetype')}.zmdi{display:inline-block;font:normal normal normal 14px/1 'Material-Design-Iconic-Font';font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.zmdi-hc-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.zmdi-hc-2x{font-size:2em}.zmdi-hc-3x{font-size:3em}.zmdi-hc-4x{font-size:4em}.zmdi-hc-5x{font-size:5em}.zmdi-hc-fw{width:1.28571429em;text-align:center}.zmdi-hc-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.zmdi-hc-ul>li{position:relative}.zmdi-hc-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.zmdi-hc-li.zmdi-hc-lg{left:-1.85714286em}.zmdi-hc-border{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:2px}.zmdi-hc-border-circle{padding:.1em .25em;border:solid .1em #9e9e9e;border-radius:50%}.zmdi.pull-left{float:left;margin-right:.15em}.zmdi.pull-right{float:right;margin-left:.15em}.zmdi-hc-spin{-webkit-animation:zmdi-spin 1.5s infinite linear;animation:zmdi-spin 1.5s infinite linear}.zmdi-hc-spin-reverse{-webkit-animation:zmdi-spin-reverse 1.5s infinite linear;animation:zmdi-spin-reverse 1.5s infinite linear}@-webkit-keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes zmdi-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@-webkit-keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}@keyframes zmdi-spin-reverse{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(-359deg);transform:rotate(-359deg)}}.zmdi-hc-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.zmdi-hc-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.zmdi-hc-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.zmdi-hc-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.zmdi-hc-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.zmdi-hc-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.zmdi-hc-stack-1x,.zmdi-hc-stack-2x{position:absolute;left:0;width:100%;text-align:center}.zmdi-hc-stack-1x{line-height:inherit}.zmdi-hc-stack-2x{font-size:2em}.zmdi-hc-inverse{color:#fff}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-3d-rotation:before{content:'\f101'}.zmdi-airplane-off:before{content:'\f102'}.zmdi-airplane:before{content:'\f103'}.zmdi-album:before{content:'\f104'}.zmdi-archive:before{content:'\f105'}.zmdi-assignment-account:before{content:'\f106'}.zmdi-assignment-alert:before{content:'\f107'}.zmdi-assignment-check:before{content:'\f108'}.zmdi-assignment-o:before{content:'\f109'}.zmdi-assignment-return:before{content:'\f10a'}.zmdi-assignment-returned:before{content:'\f10b'}.zmdi-assignment:before{content:'\f10c'}.zmdi-attachment-alt:before{content:'\f10d'}.zmdi-attachment:before{content:'\f10e'}.zmdi-audio:before{content:'\f10f'}.zmdi-badge-check:before{content:'\f110'}.zmdi-balance-wallet:before{content:'\f111'}.zmdi-balance:before{content:'\f112'}.zmdi-battery-alert:before{content:'\f113'}.zmdi-battery-flash:before{content:'\f114'}.zmdi-battery-unknown:before{content:'\f115'}.zmdi-battery:before{content:'\f116'}.zmdi-bike:before{content:'\f117'}.zmdi-block-alt:before{content:'\f118'}.zmdi-block:before{content:'\f119'}.zmdi-boat:before{content:'\f11a'}.zmdi-book-image:before{content:'\f11b'}.zmdi-book:before{content:'\f11c'}.zmdi-bookmark-outline:before{content:'\f11d'}.zmdi-bookmark:before{content:'\f11e'}.zmdi-brush:before{content:'\f11f'}.zmdi-bug:before{content:'\f120'}.zmdi-bus:before{content:'\f121'}.zmdi-cake:before{content:'\f122'}.zmdi-car-taxi:before{content:'\f123'}.zmdi-car-wash:before{content:'\f124'}.zmdi-car:before{content:'\f125'}.zmdi-card-giftcard:before{content:'\f126'}.zmdi-card-membership:before{content:'\f127'}.zmdi-card-travel:before{content:'\f128'}.zmdi-card:before{content:'\f129'}.zmdi-case-check:before{content:'\f12a'}.zmdi-case-download:before{content:'\f12b'}.zmdi-case-play:before{content:'\f12c'}.zmdi-case:before{content:'\f12d'}.zmdi-cast-connected:before{content:'\f12e'}.zmdi-cast:before{content:'\f12f'}.zmdi-chart-donut:before{content:'\f130'}.zmdi-chart:before{content:'\f131'}.zmdi-city-alt:before{content:'\f132'}.zmdi-city:before{content:'\f133'}.zmdi-close-circle-o:before{content:'\f134'}.zmdi-close-circle:before{content:'\f135'}.zmdi-close:before{content:'\f136'}.zmdi-cocktail:before{content:'\f137'}.zmdi-code-setting:before{content:'\f138'}.zmdi-code-smartphone:before{content:'\f139'}.zmdi-code:before{content:'\f13a'}.zmdi-coffee:before{content:'\f13b'}.zmdi-collection-bookmark:before{content:'\f13c'}.zmdi-collection-case-play:before{content:'\f13d'}.zmdi-collection-folder-image:before{content:'\f13e'}.zmdi-collection-image-o:before{content:'\f13f'}.zmdi-collection-image:before{content:'\f140'}.zmdi-collection-item-1:before{content:'\f141'}.zmdi-collection-item-2:before{content:'\f142'}.zmdi-collection-item-3:before{content:'\f143'}.zmdi-collection-item-4:before{content:'\f144'}.zmdi-collection-item-5:before{content:'\f145'}.zmdi-collection-item-6:before{content:'\f146'}.zmdi-collection-item-7:before{content:'\f147'}.zmdi-collection-item-8:before{content:'\f148'}.zmdi-collection-item-9-plus:before{content:'\f149'}.zmdi-collection-item-9:before{content:'\f14a'}.zmdi-collection-item:before{content:'\f14b'}.zmdi-collection-music:before{content:'\f14c'}.zmdi-collection-pdf:before{content:'\f14d'}.zmdi-collection-plus:before{content:'\f14e'}.zmdi-collection-speaker:before{content:'\f14f'}.zmdi-collection-text:before{content:'\f150'}.zmdi-collection-video:before{content:'\f151'}.zmdi-compass:before{content:'\f152'}.zmdi-cutlery:before{content:'\f153'}.zmdi-delete:before{content:'\f154'}.zmdi-dialpad:before{content:'\f155'}.zmdi-dns:before{content:'\f156'}.zmdi-drink:before{content:'\f157'}.zmdi-edit:before{content:'\f158'}.zmdi-email-open:before{content:'\f159'}.zmdi-email:before{content:'\f15a'}.zmdi-eye-off:before{content:'\f15b'}.zmdi-eye:before{content:'\f15c'}.zmdi-eyedropper:before{content:'\f15d'}.zmdi-favorite-outline:before{content:'\f15e'}.zmdi-favorite:before{content:'\f15f'}.zmdi-filter-list:before{content:'\f160'}.zmdi-fire:before{content:'\f161'}.zmdi-flag:before{content:'\f162'}.zmdi-flare:before{content:'\f163'}.zmdi-flash-auto:before{content:'\f164'}.zmdi-flash-off:before{content:'\f165'}.zmdi-flash:before{content:'\f166'}.zmdi-flip:before{content:'\f167'}.zmdi-flower-alt:before{content:'\f168'}.zmdi-flower:before{content:'\f169'}.zmdi-font:before{content:'\f16a'}.zmdi-fullscreen-alt:before{content:'\f16b'}.zmdi-fullscreen-exit:before{content:'\f16c'}.zmdi-fullscreen:before{content:'\f16d'}.zmdi-functions:before{content:'\f16e'}.zmdi-gas-station:before{content:'\f16f'}.zmdi-gesture:before{content:'\f170'}.zmdi-globe-alt:before{content:'\f171'}.zmdi-globe-lock:before{content:'\f172'}.zmdi-globe:before{content:'\f173'}.zmdi-graduation-cap:before{content:'\f174'}.zmdi-home:before{content:'\f175'}.zmdi-hospital-alt:before{content:'\f176'}.zmdi-hospital:before{content:'\f177'}.zmdi-hotel:before{content:'\f178'}.zmdi-hourglass-alt:before{content:'\f179'}.zmdi-hourglass-outline:before{content:'\f17a'}.zmdi-hourglass:before{content:'\f17b'}.zmdi-http:before{content:'\f17c'}.zmdi-image-alt:before{content:'\f17d'}.zmdi-image-o:before{content:'\f17e'}.zmdi-image:before{content:'\f17f'}.zmdi-inbox:before{content:'\f180'}.zmdi-invert-colors-off:before{content:'\f181'}.zmdi-invert-colors:before{content:'\f182'}.zmdi-key:before{content:'\f183'}.zmdi-label-alt-outline:before{content:'\f184'}.zmdi-label-alt:before{content:'\f185'}.zmdi-label-heart:before{content:'\f186'}.zmdi-label:before{content:'\f187'}.zmdi-labels:before{content:'\f188'}.zmdi-lamp:before{content:'\f189'}.zmdi-landscape:before{content:'\f18a'}.zmdi-layers-off:before{content:'\f18b'}.zmdi-layers:before{content:'\f18c'}.zmdi-library:before{content:'\f18d'}.zmdi-link:before{content:'\f18e'}.zmdi-lock-open:before{content:'\f18f'}.zmdi-lock-outline:before{content:'\f190'}.zmdi-lock:before{content:'\f191'}.zmdi-mail-reply-all:before{content:'\f192'}.zmdi-mail-reply:before{content:'\f193'}.zmdi-mail-send:before{content:'\f194'}.zmdi-mall:before{content:'\f195'}.zmdi-map:before{content:'\f196'}.zmdi-menu:before{content:'\f197'}.zmdi-money-box:before{content:'\f198'}.zmdi-money-off:before{content:'\f199'}.zmdi-money:before{content:'\f19a'}.zmdi-more-vert:before{content:'\f19b'}.zmdi-more:before{content:'\f19c'}.zmdi-movie-alt:before{content:'\f19d'}.zmdi-movie:before{content:'\f19e'}.zmdi-nature-people:before{content:'\f19f'}.zmdi-nature:before{content:'\f1a0'}.zmdi-navigation:before{content:'\f1a1'}.zmdi-open-in-browser:before{content:'\f1a2'}.zmdi-open-in-new:before{content:'\f1a3'}.zmdi-palette:before{content:'\f1a4'}.zmdi-parking:before{content:'\f1a5'}.zmdi-pin-account:before{content:'\f1a6'}.zmdi-pin-assistant:before{content:'\f1a7'}.zmdi-pin-drop:before{content:'\f1a8'}.zmdi-pin-help:before{content:'\f1a9'}.zmdi-pin-off:before{content:'\f1aa'}.zmdi-pin:before{content:'\f1ab'}.zmdi-pizza:before{content:'\f1ac'}.zmdi-plaster:before{content:'\f1ad'}.zmdi-power-setting:before{content:'\f1ae'}.zmdi-power:before{content:'\f1af'}.zmdi-print:before{content:'\f1b0'}.zmdi-puzzle-piece:before{content:'\f1b1'}.zmdi-quote:before{content:'\f1b2'}.zmdi-railway:before{content:'\f1b3'}.zmdi-receipt:before{content:'\f1b4'}.zmdi-refresh-alt:before{content:'\f1b5'}.zmdi-refresh-sync-alert:before{content:'\f1b6'}.zmdi-refresh-sync-off:before{content:'\f1b7'}.zmdi-refresh-sync:before{content:'\f1b8'}.zmdi-refresh:before{content:'\f1b9'}.zmdi-roller:before{content:'\f1ba'}.zmdi-ruler:before{content:'\f1bb'}.zmdi-scissors:before{content:'\f1bc'}.zmdi-screen-rotation-lock:before{content:'\f1bd'}.zmdi-screen-rotation:before{content:'\f1be'}.zmdi-search-for:before{content:'\f1bf'}.zmdi-search-in-file:before{content:'\f1c0'}.zmdi-search-in-page:before{content:'\f1c1'}.zmdi-search-replace:before{content:'\f1c2'}.zmdi-search:before{content:'\f1c3'}.zmdi-seat:before{content:'\f1c4'}.zmdi-settings-square:before{content:'\f1c5'}.zmdi-settings:before{content:'\f1c6'}.zmdi-shield-check:before{content:'\f1c7'}.zmdi-shield-security:before{content:'\f1c8'}.zmdi-shopping-basket:before{content:'\f1c9'}.zmdi-shopping-cart-plus:before{content:'\f1ca'}.zmdi-shopping-cart:before{content:'\f1cb'}.zmdi-sign-in:before{content:'\f1cc'}.zmdi-sort-amount-asc:before{content:'\f1cd'}.zmdi-sort-amount-desc:before{content:'\f1ce'}.zmdi-sort-asc:before{content:'\f1cf'}.zmdi-sort-desc:before{content:'\f1d0'}.zmdi-spellcheck:before{content:'\f1d1'}.zmdi-storage:before{content:'\f1d2'}.zmdi-store-24:before{content:'\f1d3'}.zmdi-store:before{content:'\f1d4'}.zmdi-subway:before{content:'\f1d5'}.zmdi-sun:before{content:'\f1d6'}.zmdi-tab-unselected:before{content:'\f1d7'}.zmdi-tab:before{content:'\f1d8'}.zmdi-tag-close:before{content:'\f1d9'}.zmdi-tag-more:before{content:'\f1da'}.zmdi-tag:before{content:'\f1db'}.zmdi-thumb-down:before{content:'\f1dc'}.zmdi-thumb-up-down:before{content:'\f1dd'}.zmdi-thumb-up:before{content:'\f1de'}.zmdi-ticket-star:before{content:'\f1df'}.zmdi-toll:before{content:'\f1e0'}.zmdi-toys:before{content:'\f1e1'}.zmdi-traffic:before{content:'\f1e2'}.zmdi-translate:before{content:'\f1e3'}.zmdi-triangle-down:before{content:'\f1e4'}.zmdi-triangle-up:before{content:'\f1e5'}.zmdi-truck:before{content:'\f1e6'}.zmdi-turning-sign:before{content:'\f1e7'}.zmdi-wallpaper:before{content:'\f1e8'}.zmdi-washing-machine:before{content:'\f1e9'}.zmdi-window-maximize:before{content:'\f1ea'}.zmdi-window-minimize:before{content:'\f1eb'}.zmdi-window-restore:before{content:'\f1ec'}.zmdi-wrench:before{content:'\f1ed'}.zmdi-zoom-in:before{content:'\f1ee'}.zmdi-zoom-out:before{content:'\f1ef'}.zmdi-alert-circle-o:before{content:'\f1f0'}.zmdi-alert-circle:before{content:'\f1f1'}.zmdi-alert-octagon:before{content:'\f1f2'}.zmdi-alert-polygon:before{content:'\f1f3'}.zmdi-alert-triangle:before{content:'\f1f4'}.zmdi-help-outline:before{content:'\f1f5'}.zmdi-help:before{content:'\f1f6'}.zmdi-info-outline:before{content:'\f1f7'}.zmdi-info:before{content:'\f1f8'}.zmdi-notifications-active:before{content:'\f1f9'}.zmdi-notifications-add:before{content:'\f1fa'}.zmdi-notifications-none:before{content:'\f1fb'}.zmdi-notifications-off:before{content:'\f1fc'}.zmdi-notifications-paused:before{content:'\f1fd'}.zmdi-notifications:before{content:'\f1fe'}.zmdi-account-add:before{content:'\f1ff'}.zmdi-account-box-mail:before{content:'\f200'}.zmdi-account-box-o:before{content:'\f201'}.zmdi-account-box-phone:before{content:'\f202'}.zmdi-account-box:before{content:'\f203'}.zmdi-account-calendar:before{content:'\f204'}.zmdi-account-circle:before{content:'\f205'}.zmdi-account-o:before{content:'\f206'}.zmdi-account:before{content:'\f207'}.zmdi-accounts-add:before{content:'\f208'}.zmdi-accounts-alt:before{content:'\f209'}.zmdi-accounts-list-alt:before{content:'\f20a'}.zmdi-accounts-list:before{content:'\f20b'}.zmdi-accounts-outline:before{content:'\f20c'}.zmdi-accounts:before{content:'\f20d'}.zmdi-face:before{content:'\f20e'}.zmdi-female:before{content:'\f20f'}.zmdi-male-alt:before{content:'\f210'}.zmdi-male-female:before{content:'\f211'}.zmdi-male:before{content:'\f212'}.zmdi-mood-bad:before{content:'\f213'}.zmdi-mood:before{content:'\f214'}.zmdi-run:before{content:'\f215'}.zmdi-walk:before{content:'\f216'}.zmdi-cloud-box:before{content:'\f217'}.zmdi-cloud-circle:before{content:'\f218'}.zmdi-cloud-done:before{content:'\f219'}.zmdi-cloud-download:before{content:'\f21a'}.zmdi-cloud-off:before{content:'\f21b'}.zmdi-cloud-outline-alt:before{content:'\f21c'}.zmdi-cloud-outline:before{content:'\f21d'}.zmdi-cloud-upload:before{content:'\f21e'}.zmdi-cloud:before{content:'\f21f'}.zmdi-download:before{content:'\f220'}.zmdi-file-plus:before{content:'\f221'}.zmdi-file-text:before{content:'\f222'}.zmdi-file:before{content:'\f223'}.zmdi-folder-outline:before{content:'\f224'}.zmdi-folder-person:before{content:'\f225'}.zmdi-folder-star-alt:before{content:'\f226'}.zmdi-folder-star:before{content:'\f227'}.zmdi-folder:before{content:'\f228'}.zmdi-gif:before{content:'\f229'}.zmdi-upload:before{content:'\f22a'}.zmdi-border-all:before{content:'\f22b'}.zmdi-border-bottom:before{content:'\f22c'}.zmdi-border-clear:before{content:'\f22d'}.zmdi-border-color:before{content:'\f22e'}.zmdi-border-horizontal:before{content:'\f22f'}.zmdi-border-inner:before{content:'\f230'}.zmdi-border-left:before{content:'\f231'}.zmdi-border-outer:before{content:'\f232'}.zmdi-border-right:before{content:'\f233'}.zmdi-border-style:before{content:'\f234'}.zmdi-border-top:before{content:'\f235'}.zmdi-border-vertical:before{content:'\f236'}.zmdi-copy:before{content:'\f237'}.zmdi-crop:before{content:'\f238'}.zmdi-format-align-center:before{content:'\f239'}.zmdi-format-align-justify:before{content:'\f23a'}.zmdi-format-align-left:before{content:'\f23b'}.zmdi-format-align-right:before{content:'\f23c'}.zmdi-format-bold:before{content:'\f23d'}.zmdi-format-clear-all:before{content:'\f23e'}.zmdi-format-clear:before{content:'\f23f'}.zmdi-format-color-fill:before{content:'\f240'}.zmdi-format-color-reset:before{content:'\f241'}.zmdi-format-color-text:before{content:'\f242'}.zmdi-format-indent-decrease:before{content:'\f243'}.zmdi-format-indent-increase:before{content:'\f244'}.zmdi-format-italic:before{content:'\f245'}.zmdi-format-line-spacing:before{content:'\f246'}.zmdi-format-list-bulleted:before{content:'\f247'}.zmdi-format-list-numbered:before{content:'\f248'}.zmdi-format-ltr:before{content:'\f249'}.zmdi-format-rtl:before{content:'\f24a'}.zmdi-format-size:before{content:'\f24b'}.zmdi-format-strikethrough-s:before{content:'\f24c'}.zmdi-format-strikethrough:before{content:'\f24d'}.zmdi-format-subject:before{content:'\f24e'}.zmdi-format-underlined:before{content:'\f24f'}.zmdi-format-valign-bottom:before{content:'\f250'}.zmdi-format-valign-center:before{content:'\f251'}.zmdi-format-valign-top:before{content:'\f252'}.zmdi-redo:before{content:'\f253'}.zmdi-select-all:before{content:'\f254'}.zmdi-space-bar:before{content:'\f255'}.zmdi-text-format:before{content:'\f256'}.zmdi-transform:before{content:'\f257'}.zmdi-undo:before{content:'\f258'}.zmdi-wrap-text:before{content:'\f259'}.zmdi-comment-alert:before{content:'\f25a'}.zmdi-comment-alt-text:before{content:'\f25b'}.zmdi-comment-alt:before{content:'\f25c'}.zmdi-comment-edit:before{content:'\f25d'}.zmdi-comment-image:before{content:'\f25e'}.zmdi-comment-list:before{content:'\f25f'}.zmdi-comment-more:before{content:'\f260'}.zmdi-comment-outline:before{content:'\f261'}.zmdi-comment-text-alt:before{content:'\f262'}.zmdi-comment-text:before{content:'\f263'}.zmdi-comment-video:before{content:'\f264'}.zmdi-comment:before{content:'\f265'}.zmdi-comments:before{content:'\f266'}.zmdi-check-all:before{content:'\f267'}.zmdi-check-circle-u:before{content:'\f268'}.zmdi-check-circle:before{content:'\f269'}.zmdi-check-square:before{content:'\f26a'}.zmdi-check:before{content:'\f26b'}.zmdi-circle-o:before{content:'\f26c'}.zmdi-circle:before{content:'\f26d'}.zmdi-dot-circle-alt:before{content:'\f26e'}.zmdi-dot-circle:before{content:'\f26f'}.zmdi-minus-circle-outline:before{content:'\f270'}.zmdi-minus-circle:before{content:'\f271'}.zmdi-minus-square:before{content:'\f272'}.zmdi-minus:before{content:'\f273'}.zmdi-plus-circle-o-duplicate:before{content:'\f274'}.zmdi-plus-circle-o:before{content:'\f275'}.zmdi-plus-circle:before{content:'\f276'}.zmdi-plus-square:before{content:'\f277'}.zmdi-plus:before{content:'\f278'}.zmdi-square-o:before{content:'\f279'}.zmdi-star-circle:before{content:'\f27a'}.zmdi-star-half:before{content:'\f27b'}.zmdi-star-outline:before{content:'\f27c'}.zmdi-star:before{content:'\f27d'}.zmdi-bluetooth-connected:before{content:'\f27e'}.zmdi-bluetooth-off:before{content:'\f27f'}.zmdi-bluetooth-search:before{content:'\f280'}.zmdi-bluetooth-setting:before{content:'\f281'}.zmdi-bluetooth:before{content:'\f282'}.zmdi-camera-add:before{content:'\f283'}.zmdi-camera-alt:before{content:'\f284'}.zmdi-camera-bw:before{content:'\f285'}.zmdi-camera-front:before{content:'\f286'}.zmdi-camera-mic:before{content:'\f287'}.zmdi-camera-party-mode:before{content:'\f288'}.zmdi-camera-rear:before{content:'\f289'}.zmdi-camera-roll:before{content:'\f28a'}.zmdi-camera-switch:before{content:'\f28b'}.zmdi-camera:before{content:'\f28c'}.zmdi-card-alert:before{content:'\f28d'}.zmdi-card-off:before{content:'\f28e'}.zmdi-card-sd:before{content:'\f28f'}.zmdi-card-sim:before{content:'\f290'}.zmdi-desktop-mac:before{content:'\f291'}.zmdi-desktop-windows:before{content:'\f292'}.zmdi-device-hub:before{content:'\f293'}.zmdi-devices-off:before{content:'\f294'}.zmdi-devices:before{content:'\f295'}.zmdi-dock:before{content:'\f296'}.zmdi-floppy:before{content:'\f297'}.zmdi-gamepad:before{content:'\f298'}.zmdi-gps-dot:before{content:'\f299'}.zmdi-gps-off:before{content:'\f29a'}.zmdi-gps:before{content:'\f29b'}.zmdi-headset-mic:before{content:'\f29c'}.zmdi-headset:before{content:'\f29d'}.zmdi-input-antenna:before{content:'\f29e'}.zmdi-input-composite:before{content:'\f29f'}.zmdi-input-hdmi:before{content:'\f2a0'}.zmdi-input-power:before{content:'\f2a1'}.zmdi-input-svideo:before{content:'\f2a2'}.zmdi-keyboard-hide:before{content:'\f2a3'}.zmdi-keyboard:before{content:'\f2a4'}.zmdi-laptop-chromebook:before{content:'\f2a5'}.zmdi-laptop-mac:before{content:'\f2a6'}.zmdi-laptop:before{content:'\f2a7'}.zmdi-mic-off:before{content:'\f2a8'}.zmdi-mic-outline:before{content:'\f2a9'}.zmdi-mic-setting:before{content:'\f2aa'}.zmdi-mic:before{content:'\f2ab'}.zmdi-mouse:before{content:'\f2ac'}.zmdi-network-alert:before{content:'\f2ad'}.zmdi-network-locked:before{content:'\f2ae'}.zmdi-network-off:before{content:'\f2af'}.zmdi-network-outline:before{content:'\f2b0'}.zmdi-network-setting:before{content:'\f2b1'}.zmdi-network:before{content:'\f2b2'}.zmdi-phone-bluetooth:before{content:'\f2b3'}.zmdi-phone-end:before{content:'\f2b4'}.zmdi-phone-forwarded:before{content:'\f2b5'}.zmdi-phone-in-talk:before{content:'\f2b6'}.zmdi-phone-locked:before{content:'\f2b7'}.zmdi-phone-missed:before{content:'\f2b8'}.zmdi-phone-msg:before{content:'\f2b9'}.zmdi-phone-paused:before{content:'\f2ba'}.zmdi-phone-ring:before{content:'\f2bb'}.zmdi-phone-setting:before{content:'\f2bc'}.zmdi-phone-sip:before{content:'\f2bd'}.zmdi-phone:before{content:'\f2be'}.zmdi-portable-wifi-changes:before{content:'\f2bf'}.zmdi-portable-wifi-off:before{content:'\f2c0'}.zmdi-portable-wifi:before{content:'\f2c1'}.zmdi-radio:before{content:'\f2c2'}.zmdi-reader:before{content:'\f2c3'}.zmdi-remote-control-alt:before{content:'\f2c4'}.zmdi-remote-control:before{content:'\f2c5'}.zmdi-router:before{content:'\f2c6'}.zmdi-scanner:before{content:'\f2c7'}.zmdi-smartphone-android:before{content:'\f2c8'}.zmdi-smartphone-download:before{content:'\f2c9'}.zmdi-smartphone-erase:before{content:'\f2ca'}.zmdi-smartphone-info:before{content:'\f2cb'}.zmdi-smartphone-iphone:before{content:'\f2cc'}.zmdi-smartphone-landscape-lock:before{content:'\f2cd'}.zmdi-smartphone-landscape:before{content:'\f2ce'}.zmdi-smartphone-lock:before{content:'\f2cf'}.zmdi-smartphone-portrait-lock:before{content:'\f2d0'}.zmdi-smartphone-ring:before{content:'\f2d1'}.zmdi-smartphone-setting:before{content:'\f2d2'}.zmdi-smartphone-setup:before{content:'\f2d3'}.zmdi-smartphone:before{content:'\f2d4'}.zmdi-speaker:before{content:'\f2d5'}.zmdi-tablet-android:before{content:'\f2d6'}.zmdi-tablet-mac:before{content:'\f2d7'}.zmdi-tablet:before{content:'\f2d8'}.zmdi-tv-alt-play:before{content:'\f2d9'}.zmdi-tv-list:before{content:'\f2da'}.zmdi-tv-play:before{content:'\f2db'}.zmdi-tv:before{content:'\f2dc'}.zmdi-usb:before{content:'\f2dd'}.zmdi-videocam-off:before{content:'\f2de'}.zmdi-videocam-switch:before{content:'\f2df'}.zmdi-videocam:before{content:'\f2e0'}.zmdi-watch:before{content:'\f2e1'}.zmdi-wifi-alt-2:before{content:'\f2e2'}.zmdi-wifi-alt:before{content:'\f2e3'}.zmdi-wifi-info:before{content:'\f2e4'}.zmdi-wifi-lock:before{content:'\f2e5'}.zmdi-wifi-off:before{content:'\f2e6'}.zmdi-wifi-outline:before{content:'\f2e7'}.zmdi-wifi:before{content:'\f2e8'}.zmdi-arrow-left-bottom:before{content:'\f2e9'}.zmdi-arrow-left:before{content:'\f2ea'}.zmdi-arrow-merge:before{content:'\f2eb'}.zmdi-arrow-missed:before{content:'\f2ec'}.zmdi-arrow-right-top:before{content:'\f2ed'}.zmdi-arrow-right:before{content:'\f2ee'}.zmdi-arrow-split:before{content:'\f2ef'}.zmdi-arrows:before{content:'\f2f0'}.zmdi-caret-down-circle:before{content:'\f2f1'}.zmdi-caret-down:before{content:'\f2f2'}.zmdi-caret-left-circle:before{content:'\f2f3'}.zmdi-caret-left:before{content:'\f2f4'}.zmdi-caret-right-circle:before{content:'\f2f5'}.zmdi-caret-right:before{content:'\f2f6'}.zmdi-caret-up-circle:before{content:'\f2f7'}.zmdi-caret-up:before{content:'\f2f8'}.zmdi-chevron-down:before{content:'\f2f9'}.zmdi-chevron-left:before{content:'\f2fa'}.zmdi-chevron-right:before{content:'\f2fb'}.zmdi-chevron-up:before{content:'\f2fc'}.zmdi-forward:before{content:'\f2fd'}.zmdi-long-arrow-down:before{content:'\f2fe'}.zmdi-long-arrow-left:before{content:'\f2ff'}.zmdi-long-arrow-return:before{content:'\f300'}.zmdi-long-arrow-right:before{content:'\f301'}.zmdi-long-arrow-tab:before{content:'\f302'}.zmdi-long-arrow-up:before{content:'\f303'}.zmdi-rotate-ccw:before{content:'\f304'}.zmdi-rotate-cw:before{content:'\f305'}.zmdi-rotate-left:before{content:'\f306'}.zmdi-rotate-right:before{content:'\f307'}.zmdi-square-down:before{content:'\f308'}.zmdi-square-right:before{content:'\f309'}.zmdi-swap-alt:before{content:'\f30a'}.zmdi-swap-vertical-circle:before{content:'\f30b'}.zmdi-swap-vertical:before{content:'\f30c'}.zmdi-swap:before{content:'\f30d'}.zmdi-trending-down:before{content:'\f30e'}.zmdi-trending-flat:before{content:'\f30f'}.zmdi-trending-up:before{content:'\f310'}.zmdi-unfold-less:before{content:'\f311'}.zmdi-unfold-more:before{content:'\f312'}.zmdi-apps:before{content:'\f313'}.zmdi-grid-off:before{content:'\f314'}.zmdi-grid:before{content:'\f315'}.zmdi-view-agenda:before{content:'\f316'}.zmdi-view-array:before{content:'\f317'}.zmdi-view-carousel:before{content:'\f318'}.zmdi-view-column:before{content:'\f319'}.zmdi-view-comfy:before{content:'\f31a'}.zmdi-view-compact:before{content:'\f31b'}.zmdi-view-dashboard:before{content:'\f31c'}.zmdi-view-day:before{content:'\f31d'}.zmdi-view-headline:before{content:'\f31e'}.zmdi-view-list-alt:before{content:'\f31f'}.zmdi-view-list:before{content:'\f320'}.zmdi-view-module:before{content:'\f321'}.zmdi-view-quilt:before{content:'\f322'}.zmdi-view-stream:before{content:'\f323'}.zmdi-view-subtitles:before{content:'\f324'}.zmdi-view-toc:before{content:'\f325'}.zmdi-view-web:before{content:'\f326'}.zmdi-view-week:before{content:'\f327'}.zmdi-widgets:before{content:'\f328'}.zmdi-alarm-check:before{content:'\f329'}.zmdi-alarm-off:before{content:'\f32a'}.zmdi-alarm-plus:before{content:'\f32b'}.zmdi-alarm-snooze:before{content:'\f32c'}.zmdi-alarm:before{content:'\f32d'}.zmdi-calendar-alt:before{content:'\f32e'}.zmdi-calendar-check:before{content:'\f32f'}.zmdi-calendar-close:before{content:'\f330'}.zmdi-calendar-note:before{content:'\f331'}.zmdi-calendar:before{content:'\f332'}.zmdi-time-countdown:before{content:'\f333'}.zmdi-time-interval:before{content:'\f334'}.zmdi-time-restore-setting:before{content:'\f335'}.zmdi-time-restore:before{content:'\f336'}.zmdi-time:before{content:'\f337'}.zmdi-timer-off:before{content:'\f338'}.zmdi-timer:before{content:'\f339'}.zmdi-android-alt:before{content:'\f33a'}.zmdi-android:before{content:'\f33b'}.zmdi-apple:before{content:'\f33c'}.zmdi-behance:before{content:'\f33d'}.zmdi-codepen:before{content:'\f33e'}.zmdi-dribbble:before{content:'\f33f'}.zmdi-dropbox:before{content:'\f340'}.zmdi-evernote:before{content:'\f341'}.zmdi-facebook-box:before{content:'\f342'}.zmdi-facebook:before{content:'\f343'}.zmdi-github-box:before{content:'\f344'}.zmdi-github:before{content:'\f345'}.zmdi-google-drive:before{content:'\f346'}.zmdi-google-earth:before{content:'\f347'}.zmdi-google-glass:before{content:'\f348'}.zmdi-google-maps:before{content:'\f349'}.zmdi-google-pages:before{content:'\f34a'}.zmdi-google-play:before{content:'\f34b'}.zmdi-google-plus-box:before{content:'\f34c'}.zmdi-google-plus:before{content:'\f34d'}.zmdi-google:before{content:'\f34e'}.zmdi-instagram:before{content:'\f34f'}.zmdi-language-css3:before{content:'\f350'}.zmdi-language-html5:before{content:'\f351'}.zmdi-language-javascript:before{content:'\f352'}.zmdi-language-python-alt:before{content:'\f353'}.zmdi-language-python:before{content:'\f354'}.zmdi-lastfm:before{content:'\f355'}.zmdi-linkedin-box:before{content:'\f356'}.zmdi-paypal:before{content:'\f357'}.zmdi-pinterest-box:before{content:'\f358'}.zmdi-pocket:before{content:'\f359'}.zmdi-polymer:before{content:'\f35a'}.zmdi-share:before{content:'\f35b'}.zmdi-stackoverflow:before{content:'\f35c'}.zmdi-steam-square:before{content:'\f35d'}.zmdi-steam:before{content:'\f35e'}.zmdi-twitter-box:before{content:'\f35f'}.zmdi-twitter:before{content:'\f360'}.zmdi-vk:before{content:'\f361'}.zmdi-wikipedia:before{content:'\f362'}.zmdi-windows:before{content:'\f363'}.zmdi-aspect-ratio-alt:before{content:'\f364'}.zmdi-aspect-ratio:before{content:'\f365'}.zmdi-blur-circular:before{content:'\f366'}.zmdi-blur-linear:before{content:'\f367'}.zmdi-blur-off:before{content:'\f368'}.zmdi-blur:before{content:'\f369'}.zmdi-brightness-2:before{content:'\f36a'}.zmdi-brightness-3:before{content:'\f36b'}.zmdi-brightness-4:before{content:'\f36c'}.zmdi-brightness-5:before{content:'\f36d'}.zmdi-brightness-6:before{content:'\f36e'}.zmdi-brightness-7:before{content:'\f36f'}.zmdi-brightness-auto:before{content:'\f370'}.zmdi-brightness-setting:before{content:'\f371'}.zmdi-broken-image:before{content:'\f372'}.zmdi-center-focus-strong:before{content:'\f373'}.zmdi-center-focus-weak:before{content:'\f374'}.zmdi-compare:before{content:'\f375'}.zmdi-crop-16-9:before{content:'\f376'}.zmdi-crop-3-2:before{content:'\f377'}.zmdi-crop-5-4:before{content:'\f378'}.zmdi-crop-7-5:before{content:'\f379'}.zmdi-crop-din:before{content:'\f37a'}.zmdi-crop-free:before{content:'\f37b'}.zmdi-crop-landscape:before{content:'\f37c'}.zmdi-crop-portrait:before{content:'\f37d'}.zmdi-crop-square:before{content:'\f37e'}.zmdi-exposure-alt:before{content:'\f37f'}.zmdi-exposure:before{content:'\f380'}.zmdi-filter-b-and-w:before{content:'\f381'}.zmdi-filter-center-focus:before{content:'\f382'}.zmdi-filter-frames:before{content:'\f383'}.zmdi-filter-tilt-shift:before{content:'\f384'}.zmdi-gradient:before{content:'\f385'}.zmdi-grain:before{content:'\f386'}.zmdi-graphic-eq:before{content:'\f387'}.zmdi-hdr-off:before{content:'\f388'}.zmdi-hdr-strong:before{content:'\f389'}.zmdi-hdr-weak:before{content:'\f38a'}.zmdi-hdr:before{content:'\f38b'}.zmdi-iridescent:before{content:'\f38c'}.zmdi-leak-off:before{content:'\f38d'}.zmdi-leak:before{content:'\f38e'}.zmdi-looks:before{content:'\f38f'}.zmdi-loupe:before{content:'\f390'}.zmdi-panorama-horizontal:before{content:'\f391'}.zmdi-panorama-vertical:before{content:'\f392'}.zmdi-panorama-wide-angle:before{content:'\f393'}.zmdi-photo-size-select-large:before{content:'\f394'}.zmdi-photo-size-select-small:before{content:'\f395'}.zmdi-picture-in-picture:before{content:'\f396'}.zmdi-slideshow:before{content:'\f397'}.zmdi-texture:before{content:'\f398'}.zmdi-tonality:before{content:'\f399'}.zmdi-vignette:before{content:'\f39a'}.zmdi-wb-auto:before{content:'\f39b'}.zmdi-eject-alt:before{content:'\f39c'}.zmdi-eject:before{content:'\f39d'}.zmdi-equalizer:before{content:'\f39e'}.zmdi-fast-forward:before{content:'\f39f'}.zmdi-fast-rewind:before{content:'\f3a0'}.zmdi-forward-10:before{content:'\f3a1'}.zmdi-forward-30:before{content:'\f3a2'}.zmdi-forward-5:before{content:'\f3a3'}.zmdi-hearing:before{content:'\f3a4'}.zmdi-pause-circle-outline:before{content:'\f3a5'}.zmdi-pause-circle:before{content:'\f3a6'}.zmdi-pause:before{content:'\f3a7'}.zmdi-play-circle-outline:before{content:'\f3a8'}.zmdi-play-circle:before{content:'\f3a9'}.zmdi-play:before{content:'\f3aa'}.zmdi-playlist-audio:before{content:'\f3ab'}.zmdi-playlist-plus:before{content:'\f3ac'}.zmdi-repeat-one:before{content:'\f3ad'}.zmdi-repeat:before{content:'\f3ae'}.zmdi-replay-10:before{content:'\f3af'}.zmdi-replay-30:before{content:'\f3b0'}.zmdi-replay-5:before{content:'\f3b1'}.zmdi-replay:before{content:'\f3b2'}.zmdi-shuffle:before{content:'\f3b3'}.zmdi-skip-next:before{content:'\f3b4'}.zmdi-skip-previous:before{content:'\f3b5'}.zmdi-stop:before{content:'\f3b6'}.zmdi-surround-sound:before{content:'\f3b7'}.zmdi-tune:before{content:'\f3b8'}.zmdi-volume-down:before{content:'\f3b9'}.zmdi-volume-mute:before{content:'\f3ba'}.zmdi-volume-off:before{content:'\f3bb'}.zmdi-volume-up:before{content:'\f3bc'}.zmdi-n-1-square:before{content:'\f3bd'}.zmdi-n-2-square:before{content:'\f3be'}.zmdi-n-3-square:before{content:'\f3bf'}.zmdi-n-4-square:before{content:'\f3c0'}.zmdi-n-5-square:before{content:'\f3c1'}.zmdi-n-6-square:before{content:'\f3c2'}.zmdi-neg-1:before{content:'\f3c3'}.zmdi-neg-2:before{content:'\f3c4'}.zmdi-plus-1:before{content:'\f3c5'}.zmdi-plus-2:before{content:'\f3c6'}.zmdi-sec-10:before{content:'\f3c7'}.zmdi-sec-3:before{content:'\f3c8'}.zmdi-zero:before{content:'\f3c9'}.zmdi-airline-seat-flat-angled:before{content:'\f3ca'}.zmdi-airline-seat-flat:before{content:'\f3cb'}.zmdi-airline-seat-individual-suite:before{content:'\f3cc'}.zmdi-airline-seat-legroom-extra:before{content:'\f3cd'}.zmdi-airline-seat-legroom-normal:before{content:'\f3ce'}.zmdi-airline-seat-legroom-reduced:before{content:'\f3cf'}.zmdi-airline-seat-recline-extra:before{content:'\f3d0'}.zmdi-airline-seat-recline-normal:before{content:'\f3d1'}.zmdi-airplay:before{content:'\f3d2'}.zmdi-closed-caption:before{content:'\f3d3'}.zmdi-confirmation-number:before{content:'\f3d4'}.zmdi-developer-board:before{content:'\f3d5'}.zmdi-disc-full:before{content:'\f3d6'}.zmdi-explicit:before{content:'\f3d7'}.zmdi-flight-land:before{content:'\f3d8'}.zmdi-flight-takeoff:before{content:'\f3d9'}.zmdi-flip-to-back:before{content:'\f3da'}.zmdi-flip-to-front:before{content:'\f3db'}.zmdi-group-work:before{content:'\f3dc'}.zmdi-hd:before{content:'\f3dd'}.zmdi-hq:before{content:'\f3de'}.zmdi-markunread-mailbox:before{content:'\f3df'}.zmdi-memory:before{content:'\f3e0'}.zmdi-nfc:before{content:'\f3e1'}.zmdi-play-for-work:before{content:'\f3e2'}.zmdi-power-input:before{content:'\f3e3'}.zmdi-present-to-all:before{content:'\f3e4'}.zmdi-satellite:before{content:'\f3e5'}.zmdi-tap-and-play:before{content:'\f3e6'}.zmdi-vibration:before{content:'\f3e7'}.zmdi-voicemail:before{content:'\f3e8'}.zmdi-group:before{content:'\f3e9'}.zmdi-rss:before{content:'\f3ea'}.zmdi-shape:before{content:'\f3eb'}.zmdi-spinner:before{content:'\f3ec'}.zmdi-ungroup:before{content:'\f3ed'}.zmdi-500px:before{content:'\f3ee'}.zmdi-8tracks:before{content:'\f3ef'}.zmdi-amazon:before{content:'\f3f0'}.zmdi-blogger:before{content:'\f3f1'}.zmdi-delicious:before{content:'\f3f2'}.zmdi-disqus:before{content:'\f3f3'}.zmdi-flattr:before{content:'\f3f4'}.zmdi-flickr:before{content:'\f3f5'}.zmdi-github-alt:before{content:'\f3f6'}.zmdi-google-old:before{content:'\f3f7'}.zmdi-linkedin:before{content:'\f3f8'}.zmdi-odnoklassniki:before{content:'\f3f9'}.zmdi-outlook:before{content:'\f3fa'}.zmdi-paypal-alt:before{content:'\f3fb'}.zmdi-pinterest:before{content:'\f3fc'}.zmdi-playstation:before{content:'\f3fd'}.zmdi-reddit:before{content:'\f3fe'}.zmdi-skype:before{content:'\f3ff'}.zmdi-slideshare:before{content:'\f400'}.zmdi-soundcloud:before{content:'\f401'}.zmdi-tumblr:before{content:'\f402'}.zmdi-twitch:before{content:'\f403'}.zmdi-vimeo:before{content:'\f404'}.zmdi-whatsapp:before{content:'\f405'}.zmdi-xbox:before{content:'\f406'}.zmdi-yahoo:before{content:'\f407'}.zmdi-youtube-play:before{content:'\f408'}.zmdi-youtube:before{content:'\f409'}.zmdi-import-export:before{content:'\f30c'}.zmdi-swap-vertical-:before{content:'\f30c'}.zmdi-airplanemode-inactive:before{content:'\f102'}.zmdi-airplanemode-active:before{content:'\f103'}.zmdi-rate-review:before{content:'\f103'}.zmdi-comment-sign:before{content:'\f25a'}.zmdi-network-warning:before{content:'\f2ad'}.zmdi-shopping-cart-add:before{content:'\f1ca'}.zmdi-file-add:before{content:'\f221'}.zmdi-network-wifi-scan:before{content:'\f2e4'}.zmdi-collection-add:before{content:'\f14e'}.zmdi-format-playlist-add:before{content:'\f3ac'}.zmdi-format-queue-music:before{content:'\f3ab'}.zmdi-plus-box:before{content:'\f277'}.zmdi-tag-backspace:before{content:'\f1d9'}.zmdi-alarm-add:before{content:'\f32b'}.zmdi-battery-charging:before{content:'\f114'}.zmdi-daydream-setting:before{content:'\f217'}.zmdi-more-horiz:before{content:'\f19c'}.zmdi-book-photo:before{content:'\f11b'}.zmdi-incandescent:before{content:'\f189'}.zmdi-wb-iridescent:before{content:'\f38c'}.zmdi-calendar-remove:before{content:'\f330'}.zmdi-refresh-sync-disabled:before{content:'\f1b7'}.zmdi-refresh-sync-problem:before{content:'\f1b6'}.zmdi-crop-original:before{content:'\f17e'}.zmdi-power-off:before{content:'\f1af'}.zmdi-power-off-setting:before{content:'\f1ae'}.zmdi-leak-remove:before{content:'\f38d'}.zmdi-star-border:before{content:'\f27c'}.zmdi-brightness-low:before{content:'\f36d'}.zmdi-brightness-medium:before{content:'\f36e'}.zmdi-brightness-high:before{content:'\f36f'}.zmdi-smartphone-portrait:before{content:'\f2d4'}.zmdi-live-tv:before{content:'\f2d9'}.zmdi-format-textdirection-l-to-r:before{content:'\f249'}.zmdi-format-textdirection-r-to-l:before{content:'\f24a'}.zmdi-arrow-back:before{content:'\f2ea'}.zmdi-arrow-forward:before{content:'\f2ee'}.zmdi-arrow-in:before{content:'\f2e9'}.zmdi-arrow-out:before{content:'\f2ed'}.zmdi-rotate-90-degrees-ccw:before{content:'\f304'}.zmdi-adb:before{content:'\f33a'}.zmdi-network-wifi:before{content:'\f2e8'}.zmdi-network-wifi-alt:before{content:'\f2e3'}.zmdi-network-wifi-lock:before{content:'\f2e5'}.zmdi-network-wifi-off:before{content:'\f2e6'}.zmdi-network-wifi-outline:before{content:'\f2e7'}.zmdi-network-wifi-info:before{content:'\f2e4'}.zmdi-layers-clear:before{content:'\f18b'}.zmdi-colorize:before{content:'\f15d'}.zmdi-format-paint:before{content:'\f1ba'}.zmdi-format-quote:before{content:'\f1b2'}.zmdi-camera-monochrome-photos:before{content:'\f285'}.zmdi-sort-by-alpha:before{content:'\f1cf'}.zmdi-folder-shared:before{content:'\f225'}.zmdi-folder-special:before{content:'\f226'}.zmdi-comment-dots:before{content:'\f260'}.zmdi-reorder:before{content:'\f31e'}.zmdi-dehaze:before{content:'\f197'}.zmdi-sort:before{content:'\f1ce'}.zmdi-pages:before{content:'\f34a'}.zmdi-stack-overflow:before{content:'\f35c'}.zmdi-calendar-account:before{content:'\f204'}.zmdi-paste:before{content:'\f109'}.zmdi-cut:before{content:'\f1bc'}.zmdi-save:before{content:'\f297'}.zmdi-smartphone-code:before{content:'\f139'}.zmdi-directions-bike:before{content:'\f117'}.zmdi-directions-boat:before{content:'\f11a'}.zmdi-directions-bus:before{content:'\f121'}.zmdi-directions-car:before{content:'\f125'}.zmdi-directions-railway:before{content:'\f1b3'}.zmdi-directions-run:before{content:'\f215'}.zmdi-directions-subway:before{content:'\f1d5'}.zmdi-directions-walk:before{content:'\f216'}.zmdi-local-hotel:before{content:'\f178'}.zmdi-local-activity:before{content:'\f1df'}.zmdi-local-play:before{content:'\f1df'}.zmdi-local-airport:before{content:'\f103'}.zmdi-local-atm:before{content:'\f198'}.zmdi-local-bar:before{content:'\f137'}.zmdi-local-cafe:before{content:'\f13b'}.zmdi-local-car-wash:before{content:'\f124'}.zmdi-local-convenience-store:before{content:'\f1d3'}.zmdi-local-dining:before{content:'\f153'}.zmdi-local-drink:before{content:'\f157'}.zmdi-local-florist:before{content:'\f168'}.zmdi-local-gas-station:before{content:'\f16f'}.zmdi-local-grocery-store:before{content:'\f1cb'}.zmdi-local-hospital:before{content:'\f177'}.zmdi-local-laundry-service:before{content:'\f1e9'}.zmdi-local-library:before{content:'\f18d'}.zmdi-local-mall:before{content:'\f195'}.zmdi-local-movies:before{content:'\f19d'}.zmdi-local-offer:before{content:'\f187'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-parking:before{content:'\f1a5'}.zmdi-local-pharmacy:before{content:'\f176'}.zmdi-local-phone:before{content:'\f2be'}.zmdi-local-pizza:before{content:'\f1ac'}.zmdi-local-post-office:before{content:'\f15a'}.zmdi-local-printshop:before{content:'\f1b0'}.zmdi-local-see:before{content:'\f28c'}.zmdi-local-shipping:before{content:'\f1e6'}.zmdi-local-store:before{content:'\f1d4'}.zmdi-local-taxi:before{content:'\f123'}.zmdi-local-wc:before{content:'\f211'}.zmdi-my-location:before{content:'\f299'}.zmdi-directions:before{content:'\f1e7'}